Make LAUNCH_DEVICE_MANAGER_SETUP adoptable by shell for CTS tests

Fixes: 213574164
Test: none
Ignore-AOSP-First: This new permission is part of a T-targeting feature
Change-Id: I9deebbb9721232ba29cbc5a8267a240761a2bc82
This commit is contained in:
arangelov
2022-01-07 14:29:30 +00:00
parent 5091adef7f
commit 31dafe7792
2 changed files with 2 additions and 0 deletions

View File

@@ -292,6 +292,7 @@ applications that come with the platform
<privapp-permissions package="com.android.shell">
<!-- Needed for test only -->
<permission name="android.permission.LAUNCH_DEVICE_MANAGER_SETUP"/>
<permission name="android.permission.MODIFY_DAY_NIGHT_MODE"/>
<permission name="android.permission.ACCESS_LOWPAN_STATE"/>
<permission name="android.permission.BACKUP"/>

View File

@@ -23,6 +23,7 @@
>
<!-- Standard permissions granted to the shell. -->
<uses-permission android:name="android.permission.LAUNCH_DEVICE_MANAGER_SETUP" />
<uses-permission android:name="android.permission.GET_RUNTIME_PERMISSIONS" />
<uses-permission android:name="android.permission.SEND_SMS" />
<uses-permission android:name="android.permission.READ_SMS" />