Hi,
if I use contentchooser to select a file then I can access the file using the returned URI, Dir/Filename.
If I save those details in a file then try to use them the next time the App is run I get an error:
Can those details be used next time it runs? If so how?
How to set permission: android.permission.MANAGE_DOCUMENTS?
Thanks
if I use contentchooser to select a file then I can access the file using the returned URI, Dir/Filename.
If I save those details in a file then try to use them the next time the App is run I get an error:
B4X:
(SecurityException) java.lang.SecurityException: Permission Denial: opening provider com.android.providers.media.MediaDocumentsProvider from ProcessRecord{4244e500 23518:com.XXXX.XXXX/u0a82} (pid=23518, uid=10082) requires android.permission.MANAGE_DOCUMENTS or android.permission.MANAGE_DOCUMENTS
How to set permission: android.permission.MANAGE_DOCUMENTS?
Thanks