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

Commit e1e739de authored by Amit Mahajan's avatar Amit Mahajan
Browse files

Revert "Allowed telephony to bind network service"

Revert "Allowed telephony to bind network service"

Revert submission 10124443-telephony_permission

Reason for revert: b/148482594
Reverted Changes:
I5cd095740:Allowed telephony to bind network service
I648a53f04:Allowed telephony to bind network service

Bug: 148482594
Change-Id: Ic5daca659d801e100c74434524ac10d6a1fc891a
parent 2953dafe
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -2286,12 +2286,12 @@


    <!-- Must be required by a NetworkService to ensure that only the
    <!-- Must be required by a NetworkService to ensure that only the
         system can bind to it.
         system can bind to it.
         <p>Protection level: signature|telephony
         <p>Protection level: signature
         @SystemApi
         @SystemApi
         @hide
         @hide
    -->
    -->
    <permission android:name="android.permission.BIND_TELEPHONY_NETWORK_SERVICE"
    <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)
    <!-- @SystemApi Allows an application to manage embedded subscriptions (those on a eUICC)
         through EuiccManager APIs.
         through EuiccManager APIs.