PickiT icon indicating copy to clipboard operation
PickiT copied to clipboard

An Android library that returns real paths from Uri's

Results 3 PickiT issues
Sort by recently updated
recently updated
newest added

I used this library on Kotlin project, it works very well but there is a small problem. The application is crashing when user picks a Contact. I looked your code...

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

I open the intent using type */*. Now when I select multiple files from file manager -> Recent or file manager -> Documents, some of the files get selected but...