diff options
| author | 2022-10-17 12:58:47 +0000 | |
|---|---|---|
| committer | 2022-10-17 12:58:47 +0000 | |
| commit | 020a77dc289a8ea78ee23f3006f67b8f8277436d (patch) | |
| tree | dff35a6187bef90ebee060c2d6edfba38b8d07d1 | |
| parent | 8314a3e51bd31e9c11a9b61e4bef88b2ad65803d (diff) | |
Use MANAGE_ROLLBACKS permission in SampleRollbackApp.
Bug: 220204580
Test: manual
Change-Id: Iac272b7b490e29fda8f715200439c4069ad98aee
| -rw-r--r-- | tests/RollbackTest/SampleRollbackApp/AndroidManifest.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/RollbackTest/SampleRollbackApp/AndroidManifest.xml b/tests/RollbackTest/SampleRollbackApp/AndroidManifest.xml index 5a135c978343..7fe4bae2a3fe 100644 --- a/tests/RollbackTest/SampleRollbackApp/AndroidManifest.xml +++ b/tests/RollbackTest/SampleRollbackApp/AndroidManifest.xml @@ -16,7 +16,7 @@ --> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.android.sample.rollbackapp" > - <uses-permission android:name="android.permission.TEST_MANAGE_ROLLBACKS" /> + <uses-permission android:name="android.permission.MANAGE_ROLLBACKS" /> <application android:label="@string/title_activity_main"> <activity @@ -28,4 +28,4 @@ </intent-filter> </activity> </application> -</manifest>
\ No newline at end of file +</manifest> |