Add Intent Actions to control OP_MANAGE_EXTERNAL_STORAGE
Adds 2 new intents that are intended to launch Settings activity that control apps' ability to MANAGE_EXTERNAL_STORAGE. ACTION_MANAGE_ALL_FILES_ACCESS_PERMISSION launches a generic activity to control all apps that declared MANAGE_EXTERNAL_STORAGE permission. Any app can launch this activity. ACTION_MANAGE_APP_ALL_FILES_ACCESS_PERMISSION launches an activity for a specific app. Package name should be specified in the intent data as a package-schemed URI. Test: manual Bug: 146425146 Change-Id: I232df1f61ec8e76b5b0233d202114c5b260fecb7
Loading
Please register or sign in to comment