Hi there,
we are using now modern samsung Android13 devices, where i am not able to access these private folders of apps anymore.
So i decided to read/write my stuff into the shared "Documents" Folder.
But i have some problems with it.
I have 2 apps:
I am going to ask for Permission on Screen initialization (Write_external_Storage), i have also enabled the Legacy Support for Screen1.
On app1
i am going to create a folder called "Fahrerhandbuch" (the creation seems working for now), in this folder there are some .pdf files (manually uploaded to the phone) and subfolders with .pdf files
But in the android settings, i only get the permission for Audio/Video Files, not for PDF Files or documents.
with the activity starter + adobe reader, i am not able to open those .pdf files, i think this is because of the missing filetypes permission?
On app2
i am going to read informations from a nfc tag and write it into a .xml file.
Here is the confusing part:
i have configured the permission thing exact same like in app1, but app2 creates the folders in the "private"-App folder, not in the shared Documents Folder.
Maybe you can help me?