Add shell permissions for CTS test (AdbManagerTest).
Bug: 159936209 Test: atest CtsAdbManagerTests Change-Id: I896b53df582cceb7d1b0d6694d00064b0fb57b94
This commit is contained in:
@@ -424,6 +424,8 @@ applications that come with the platform
|
||||
<permission name="android.permission.LOCATION_HARDWARE" />
|
||||
<!-- Permissions required for GTS test - GtsDialerAudioTestCases -->
|
||||
<permission name="android.permission.CAPTURE_AUDIO_OUTPUT" />
|
||||
<!-- Permissions required for CTS test - AdbManagerTest -->
|
||||
<permission name="android.permission.MANAGE_DEBUGGING" />
|
||||
</privapp-permissions>
|
||||
|
||||
<privapp-permissions package="com.android.statementservice">
|
||||
|
||||
@@ -314,6 +314,9 @@
|
||||
<!-- Permissions required for GTS test - GtsDialerAudioTestCases -->
|
||||
<uses-permission android:name="android.permission.CAPTURE_AUDIO_OUTPUT" />
|
||||
|
||||
<!-- Permissions required for CTS test - AdbManagerTest -->
|
||||
<uses-permission android:name="android.permission.MANAGE_DEBUGGING" />
|
||||
|
||||
<application android:label="@string/app_label"
|
||||
android:theme="@android:style/Theme.DeviceDefault.DayNight"
|
||||
android:defaultToDeviceProtectedStorage="true"
|
||||
|
||||
Reference in New Issue
Block a user