kivy / plyer

Plyer is a platform-independent Python wrapper for platform-dependent APIs
https://plyer.readthedocs.io
MIT License
1.56k stars 424 forks source link

Try to get path using original file uri if previous attempts to get `path` failed #808

Open DexerBR opened 2 months ago

DexerBR commented 2 months ago

On some recent Android APIs, selecting a file from ☰ → Images/* will fail. This PR uses an additional approach to get the path of the selected file if previous attempts to get path failed.

misl6 commented 2 months ago

PEP8 checks are failing, can you take care of it?

DexerBR commented 2 months ago

PEP8 checks are failing, can you take care of it?

Fixed 👍