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

Commit 0e5893f6 authored by Jordan Liu's avatar Jordan Liu Committed by android-build-merger
Browse files

Merge "WRITE_APN_SETTINGS is also required to read" am: 0beefc0a am: e5c77fc9

am: 4af8f3c3

Change-Id: I032f399674847edf7698ad13d5914e33a0df70d1
parents b4179497 4af8f3c3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2437,7 +2437,8 @@
    <permission android:name="android.permission.ASEC_RENAME"
        android:protectionLevel="signature" />

    <!-- @SystemApi Allows applications to write the apn settings.
    <!-- @SystemApi Allows applications to write the apn settings and read sensitive fields of
         an existing apn settings like user and password.
    <p>Not for use by third-party applications. -->
    <permission android:name="android.permission.WRITE_APN_SETTINGS"
        android:protectionLevel="signature|privileged" />