summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Arc Wang <arcwang@google.com> 2021-11-16 14:11:47 +0800
committer Arc Wang <arcwang@google.com> 2021-11-17 07:01:56 +0000
commit0d7cc7a8a6c4a80b4106cad46912e2ebc9d488a4 (patch)
tree9ec9597549b5836161c463f0692ab3fada51016b
parentce80de5db072878cc8e330dc716d411355b48d08 (diff)
Add LAUNCH_MULTI_PANE_SETTINGS_DEEP_LINK permission to Shell
So we can test system APIs in cts. Bug: 201017875 Test: atest android.settings.cts.SettingsMultiPaneDeepLinkTest Change-Id: I8bedd571a4d3385042533fe7dd5ded250894d14a Merged-In: I8bedd571a4d3385042533fe7dd5ded250894d14a
-rw-r--r--packages/Shell/AndroidManifest.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/Shell/AndroidManifest.xml b/packages/Shell/AndroidManifest.xml
index 76b0b385dbda..97cc948e134b 100644
--- a/packages/Shell/AndroidManifest.xml
+++ b/packages/Shell/AndroidManifest.xml
@@ -575,6 +575,9 @@
<uses-permission android:name="android.permission.MANAGE_VIRTUAL_MACHINE" />
<uses-permission android:name="android.permission.DEBUG_VIRTUAL_MACHINE" />
+ <!-- Permission required for CTS test - SettingsMultiPaneDeepLinkTest -->
+ <uses-permission android:name="android.permission.LAUNCH_MULTI_PANE_SETTINGS_DEEP_LINK" />
+
<application android:label="@string/app_label"
android:theme="@android:style/Theme.DeviceDefault.DayNight"
android:defaultToDeviceProtectedStorage="true"