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

Commit 4aba1977 authored by Amit Mahajan's avatar Amit Mahajan Committed by Automerger Merge Worker
Browse files

Revert "Allowed telephony to bind network service" am: e1e739de am: f7082288

Change-Id: I4a76a923b30d60c71050ebb0801a5874825305cb
parents be968c52 f7082288
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2289,12 +2289,12 @@

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

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