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
This commit is contained in:
Amit Mahajan
2020-03-11 19:34:06 +00:00
parent 2953dafed7
commit e1e739deb4

View File

@@ -2286,12 +2286,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.