summaryrefslogtreecommitdiff
path: root/packages/Shell
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 14:55:04 +0800
commit7cf5afa7bf9c7eea5fdfff4d5cee5033a6a8e312 (patch)
treee17634eac960c864a323157c075ef532709b9439 /packages/Shell
parent2cb41b6e3c64022dfe3b3a4fbf0cce94c45042bf (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 Ignore-AOSP-First: There are merge conflicts in master. So uploading to master. Change-Id: I8bedd571a4d3385042533fe7dd5ded250894d14a Merged-In: I8bedd571a4d3385042533fe7dd5ded250894d14a
Diffstat (limited to 'packages/Shell')
-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 f59f099c7767..abd010db7cee 100644
--- a/packages/Shell/AndroidManifest.xml
+++ b/packages/Shell/AndroidManifest.xml
@@ -589,6 +589,9 @@
<!-- Permission required to run GtsAssistantTestCases -->
<uses-permission android:name="android.permission.MANAGE_VOICE_KEYPHRASES" />
+ <!-- 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"