How pick file with absolute path on Android OS

Viewed 12

I need pick file namely with ABSOLUTE PATH. I wanna read selected file with periodically 30 seconds. How can I make this?

INTENT OPEN_DOCUMENT return content:/com.android.externalstorage.documents/document/primary%3Afile.db but I need /storage/emulated/0/file.db

INTENT OPEN_DOCUMENT return content:/com.android.externalstorage.documents/document/primary%3Afile.db but I need /storage/emulated/0/file.db

0 Answers
Related