Track changes to a permission name
SUGGEST_PHONE_TIME_AND_ZONE -> SUGGEST_TELEPHONY_TIME_AND_ZONE
Bug: 148842434
Test: treehugger
Change-Id: I1be9aa6ee086911509e7eb7d2e6ee034457b7a5b
diff --git a/tests/tests/permission2/res/raw/android_manifest.xml b/tests/tests/permission2/res/raw/android_manifest.xml
index e8f01a4..efde0e6 100644
--- a/tests/tests/permission2/res/raw/android_manifest.xml
+++ b/tests/tests/permission2/res/raw/android_manifest.xml
@@ -2484,7 +2484,7 @@
<p>Not for use by third-party applications.
@hide
-->
- <permission android:name="android.permission.SUGGEST_PHONE_TIME_AND_ZONE"
+ <permission android:name="android.permission.SUGGEST_TELEPHONY_TIME_AND_ZONE"
android:protectionLevel="signature|telephony" />
<!-- Allows applications like settings to suggest the user's manually chosen time / time zone.