DO NOT MERGE Add intent handling for directory access.

Bug: 122824071

Test: build and deploy, adb shell am start -a android.settings.STORAGE_VOLUME_ACCESS_SETTINGS -c android.intent.category.DEFAULT
Change-Id: I4ff863a158f85eba544cb1d2235bff2ebf3fabd0
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 2ef39a1..60838ed 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -174,6 +174,11 @@
                 <category android:name="android.intent.category.DEFAULT" />
             </intent-filter>
 
+            <intent-filter android:priority="100">
+                <action android:name="android.settings.STORAGE_VOLUME_ACCESS_SETTINGS" />
+                <category android:name="android.intent.category.DEFAULT" />
+            </intent-filter>
+
             <intent-filter android:priority="1">
                 <action android:name="android.settings.DATE_SETTINGS" />
                 <action android:name="android.intent.action.QUICK_CLOCK" />