Registriert seit: 25. Apr 2008
Ort: Neunkirchen
741 Beiträge
|
AW: Welche Verzeichnisse verfügbar unter Android 12?
17. Sep 2022, 12: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().
|