Shakil Karim
03/30/2021, 6:54 PMIan Lake
03/30/2021, 6:56 PMShakil Karim
03/30/2021, 7:21 PMIan Lake
03/30/2021, 10:07 PMGetContent
like the docs use as an example (https://developer.android.com/training/basics/intents/result#register), then you can call ContentResolver.openInputStream()
on every returned Uri on every API level and it just worksSamir Basnet
03/31/2021, 7:43 AMShakil Karim
03/31/2021, 8:07 AMSamir Basnet
03/31/2021, 8:12 AMIan Lake
03/31/2021, 2:37 PMContentResolver.openInputStream
and that's it because that's the correct thing to do when reading content from an incoming Uri and the only correct thing to do with an incoming Uri