summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtur Satayev <satayev@google.com>2022-10-19 11:41:38 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2022-10-19 11:41:38 +0000
commit77dfa5ce960b3446ccca4ac1007fc4430caaf56b (patch)
tree66bd5e16205e02ac9f58b02bd57033b17cd97fc4
parent258d8f6321f91dfbd25e03d8066850cd4b512fd5 (diff)
parent020a77dc289a8ea78ee23f3006f67b8f8277436d (diff)
downloadbase-77dfa5ce960b3446ccca4ac1007fc4430caaf56b.tar.gz
Merge "Use MANAGE_ROLLBACKS permission in SampleRollbackApp."
-rw-r--r--tests/RollbackTest/SampleRollbackApp/AndroidManifest.xml4
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>