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

Commit e5c77fc9 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

Change-Id: I1ac69c71c7bdb39a9631da00a8bda89f7c1f0edd
parents 7add22db 0beefc0a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2415,7 +2415,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" />