HBiSoft / PickiT

An Android library that returns real paths from Uri's

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android 10 open failed: EACCES (Permission denied)

Bajranghudda opened this issue · comments

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>

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

Closing due to inactivity.