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

Commit 2175e3eb authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Allowed telephony to bind network service"

parents 5d0f3710 4fe1462f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2211,12 +2211,12 @@

    <!-- Must be required by a NetworkService to ensure that only the
         system can bind to it.
         <p>Protection level: signature
         <p>Protection level: signature|telephony
         @SystemApi
         @hide
    -->
    <permission android:name="android.permission.BIND_TELEPHONY_NETWORK_SERVICE"
                android:protectionLevel="signature" />
                android:protectionLevel="signature|telephony" />

    <!-- @SystemApi Allows an application to manage embedded subscriptions (those on a eUICC)
         through EuiccManager APIs.