Skip to content
Snippets Groups Projects
Commit 9a6650d1 authored by Omer Ozer's avatar Omer Ozer
Browse files

Add factory reset prepare permission to shell so

it can be used in cts tests.

Bug: 329872405
Test: manual
Change-Id: I3cce7c94de59cf0043dd19ae6c9f7cfb46d8a932
parent 857e1d84
No related branches found
No related tags found
No related merge requests found
......@@ -588,6 +588,8 @@ applications that come with the platform
<permission name="android.permission.OVERRIDE_SYSTEM_KEY_BEHAVIOR_IN_FOCUSED_WINDOW" />
<!-- Permission required for CTS test - PackageManagerShellCommandInstallTest -->
<permission name="android.permission.EMERGENCY_INSTALL_PACKAGES" />
<!-- Permission required for Cts test - CtsSettingsTestCases -->
<permission name="android.permission.PREPARE_FACTORY_RESET" />
</privapp-permissions>
<privapp-permissions package="com.android.statementservice">
......
......@@ -932,6 +932,9 @@
<uses-permission
android:name="android.permission.OVERRIDE_SYSTEM_KEY_BEHAVIOR_IN_FOCUSED_WINDOW" />
<!-- Permission required for Cts test - CtsSettingsTestCases -->
<uses-permission android:name="android.permission.PREPARE_FACTORY_RESET" />
<application
android:label="@string/app_label"
android:theme="@android:style/Theme.DeviceDefault.DayNight"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment