Merge "Add DEVICE_LOCK permission to Shell to support ATS test" am: 00b14576ba am: 8dc3be6249 am: 37643533d3
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1909557 Change-Id: Id5cd9e762b69b9edc8ea25d7259939a49b3f81b0
This commit is contained in:
@@ -503,6 +503,8 @@ applications that come with the platform
|
||||
<permission name="android.permission.UPDATE_DEVICE_STATS" />
|
||||
<!-- Permission required for GTS test - PendingSystemUpdateTest -->
|
||||
<permission name="android.permission.NOTIFY_PENDING_SYSTEM_UPDATE" />
|
||||
<!-- Permission required for ATS test - CarDevicePolicyManagerTest -->
|
||||
<permission name="android.permission.LOCK_DEVICE" />
|
||||
</privapp-permissions>
|
||||
|
||||
<privapp-permissions package="com.android.statementservice">
|
||||
|
||||
@@ -578,6 +578,9 @@
|
||||
<!-- Permission required for CTS test - SettingsMultiPaneDeepLinkTest -->
|
||||
<uses-permission android:name="android.permission.LAUNCH_MULTI_PANE_SETTINGS_DEEP_LINK" />
|
||||
|
||||
<!-- Permission required for ATS test - CarDevicePolicyManagerTest -->
|
||||
<uses-permission android:name="android.permission.LOCK_DEVICE" />
|
||||
|
||||
<application android:label="@string/app_label"
|
||||
android:theme="@android:style/Theme.DeviceDefault.DayNight"
|
||||
android:defaultToDeviceProtectedStorage="true"
|
||||
|
||||
Reference in New Issue
Block a user