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

Commit 9d2e35f8 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 am: 4aba1977

Change-Id: I3a2afce3933f75b728156ca3c66442b916f06c8e
parents 42b111e8 4aba1977
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.