Einzelnen Beitrag anzeigen

Benutzerbild von Olli73
Olli73

Registriert seit: 25. Apr 2008
Ort: Neunkirchen
672 Beiträge
 
#12

AW: Welche Verzeichnisse verfügbar unter Android 12?

  Alt 17. Sep 2022, 11:32
Vielleicht hilft dir das hier weiter?

https://developer.android.com/traini...nage-all-files

Zitat:
An app can request All files access from the user by doing the following:

Declare the MANAGE_EXTERNAL_STORAGE permission in the manifest.
Use the ACTION_MANAGE_ALL_FILES_ACCESS_PERMISSION intent action to direct users to a system settings page where they can enable the following option for your app: Allow access to manage all files.
To determine whether your app has been granted the MANAGE_EXTERNAL_STORAGE permission, call Environment.isExternalStorageManager().
  Mit Zitat antworten Zitat