Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eef37133 authored by Matt Pape's avatar Matt Pape Committed by android-build-merger
Browse files

Merge "Add verifier protection level to WRITE_DEVICE_CONFIG permission." into...

Merge "Add verifier protection level to WRITE_DEVICE_CONFIG permission." into qt-dev am: 4892d135 am: 073e0a80
am: 40ab5883

Change-Id: Ie9bdeaf26dbf4a6b85e0ff7d75f3bdec190b1eef
parents eb40835c 40ab5883
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2526,7 +2526,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. -->