HBiSoft / PickiT

An Android library that returns real paths from Uri's
MIT License
292 stars 54 forks source link

Android 10 open failed: EACCES (Permission denied) #20

Closed Bajranghudda closed 4 years ago

Bajranghudda commented 4 years ago

Good JOB dear, impressive +1) Thanks for putting so many efforts, are we handling in Android 10 file not found exception? Something I tried is -

<manifest ... >
  <application android:requestLegacyExternalStorage="true" ... >
    ...
  </application>
</manifest>
HBiSoft commented 4 years ago

Can you reproduce this in the demo application and what is the Uri returned from MediaStore (in onActivityResult)?

HBiSoft commented 4 years ago

Closing due to inactivity.