diff options
author | TreeHugger Robot <treehugger-gerrit@google.com> | 2020-01-21 19:21:16 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2020-01-21 19:21:16 +0000 |
commit | 2175e3ebef2cbcbff79e8d9ed959799d2a9c96ab (patch) | |
tree | 3de2854e35901f08fa58e4c833232960478e90f9 | |
parent | 5d0f371021f03c1914e713f575083aed11d82f32 (diff) | |
parent | 4fe1462f3896489290b10d02a0a03df4f17bcfbb (diff) |
Merge "Allowed telephony to bind network service"
-rw-r--r-- | core/res/AndroidManifest.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 11f990956b07..a8da2d922d56 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -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. |