From 5bc07cfc4c5a6c280c6b64a09de5b199611c1044 Mon Sep 17 00:00:00 2001 From: Felipe Leme Date: Mon, 22 Jan 2018 10:26:29 -0800 Subject: [PATCH] Added activity for the ACTION_DIRECTORY_ACCESS_SETTINGS intent. Applications typically use this action to ask the user to revert the "Do not ask again" status of directory access requested made by StorageVolume.createAccessIntent(directory). Test: adb shell am start -a android.settings.DIRECTORY_ACCESS_SETTINGS Test: atest CtsAppSecurityHostTestCases:ScopedDirectoryAccessTest#testResetDoNotAskAgain Bug: 63720392 Change-Id: Ib9007c2c08a75e2e54df6d6b5f465f9c3ccc82be --- AndroidManifest.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index a36ec8ba29c..6621dc105db 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -3358,6 +3358,17 @@ android:value="true" /> + + + + + + + +