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

Commit 4fe1462f authored by Jack Yu's avatar Jack Yu
Browse files

Allowed telephony to bind network service

Added telephony protection level to BIND_TELEPHONY_NETWORK_SERVICE.
This was missed in ag/9517058. Telephony needs this permission
to bind vendor IWLAN network service.

Bug: 141479803
Test: cts & manual
Change-Id: I648a53f0436d3e4014a343dae917406d44dcb85f
parent e2e63a57
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.