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

Commit 046519c7 authored by Stanislav Zholnin's avatar Stanislav Zholnin
Browse files

Add verifier protection level to WRITE_DEVICE_CONFIG permission.

Test: manually verified
Bug: 135704293
Change-Id: Ia12b343ed4c49bc11a1669b12813d6fea7a68454
parent 32a89c15
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2537,7 +2537,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. -->