HBiSoft / PickiT

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

Fixed issue in access to download folder since Android 13 #62

Open AlvaroZapp opened 1 year ago

AlvaroZapp commented 1 year ago

In Android 13 when you pick up a file from the download its crash, now you need to read it through a provider and not directly with a path

kneza23 commented 4 months ago

what about this, there is no conflicts @HBiSoft ?