Merge "Add verifier protection level to WRITE_DEVICE_CONFIG permission." into qt-dev
am: 4892d1355b

Change-Id: I1bbdf63e577693fc71d48a0ba1c264baf3dc68b2
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index 6aff8b8..fef4dcd 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -2544,7 +2544,7 @@
     <!-- @SystemApi @TestApi @hide Allows an application to modify config settings.
     <p>Not for use by third-party applications. -->
     <permission android:name="android.permission.WRITE_DEVICE_CONFIG"
-        android:protectionLevel="signature|configurator"/>
+        android:protectionLevel="signature|verifier|configurator"/>
 
     <!-- @SystemApi @hide Allows an application to read config settings.
     <p>Not for use by third-party applications. -->