Merge "Adding a permission to Shell for testing" am: 7342dafaa5
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1679721 Change-Id: I8d412d08c63660956b282566ef3ecd09add58c12
This commit is contained in:
@@ -469,6 +469,8 @@ applications that come with the platform
|
||||
<permission name="android.permission.SET_VOLUME_KEY_LONG_PRESS_LISTENER" />
|
||||
<permission name="android.permission.SET_MEDIA_KEY_LISTENER" />
|
||||
<permission name="android.permission.CONNECTIVITY_USE_RESTRICTED_NETWORKS" />
|
||||
<!-- Permission required for CTS test - CtsAlarmManagerTestCases -->
|
||||
<permission name="android.permission.UPDATE_DEVICE_STATS" />
|
||||
</privapp-permissions>
|
||||
|
||||
<privapp-permissions package="com.android.statementservice">
|
||||
|
||||
@@ -462,6 +462,9 @@
|
||||
<!-- Permission required for CTS test - CtsUwbTestCases -->
|
||||
<uses-permission android:name="android.permission.UWB_PRIVILEGED" />
|
||||
|
||||
<!-- Permission required for CTS test - CtsAlarmManagerTestCases -->
|
||||
<uses-permission android:name="android.permission.UPDATE_DEVICE_STATS" />
|
||||
|
||||
<application android:label="@string/app_label"
|
||||
android:theme="@android:style/Theme.DeviceDefault.DayNight"
|
||||
android:defaultToDeviceProtectedStorage="true"
|
||||
|
||||
Reference in New Issue
Block a user