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
This commit is contained in:
@@ -589,6 +589,9 @@
|
|||||||
<!-- Permission required to run GtsAssistantTestCases -->
|
<!-- Permission required to run GtsAssistantTestCases -->
|
||||||
<uses-permission android:name="android.permission.MANAGE_VOICE_KEYPHRASES" />
|
<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"
|
<application android:label="@string/app_label"
|
||||||
android:theme="@android:style/Theme.DeviceDefault.DayNight"
|
android:theme="@android:style/Theme.DeviceDefault.DayNight"
|
||||||
android:defaultToDeviceProtectedStorage="true"
|
android:defaultToDeviceProtectedStorage="true"
|
||||||
|
|||||||
Reference in New Issue
Block a user