can’t find permission MANAGE_EXTERNAL_STORAGE and not find Settings.ACTION_MANAGE_ALL_FILES_ACCESS
android studio
android studio version is 2020.3.1
gradle version 4.1.3
compilerVersion 30
targetVersion 30
Question posted in Android Studio
The official documentation can be found here.
The official documentation can be found here.
2
Answers
Call this method before taking any file from storage
Then in onActivityResult you can check request code if it is 1000 then get Uri from data intent
Declare the MANAGE_EXTERNAL_STORAGE permission in the manifest.