summaryrefslogtreecommitdiff
path: root/core/res
diff options
context:
space:
mode:
authorTyler Gunn <tgunn@google.com>2021-03-02 22:11:20 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-03-02 22:11:20 +0000
commit9882ff4bf8d10c2029c9a0279de4acac305bb84e (patch)
tree19f13afbf4753653cae3907756d7fdc7bc00f773 /core/res
parentcaff316b8a6de182f335a8007df1128b4d07b000 (diff)
parentc90335033b3d20ddbac92c76b8e1d49150517f4b (diff)
Merge "CallDiagnosticService API" am: c90335033b
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1607109 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I2958205678f4340e96ce6e845718e994a0231afc
Diffstat (limited to 'core/res')
-rw-r--r--core/res/AndroidManifest.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index 8ed7a5c2611e..298a6c5005e1 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -2268,6 +2268,15 @@
<permission android:name="android.permission.BIND_PHONE_ACCOUNT_SUGGESTION_SERVICE"
android:protectionLevel="signature" />
+ <!-- Must be required by a {@link android.telecom.CallDiagnosticService},
+ to ensure that only the system can bind to it.
+ <p>Protection level: signature
+ @SystemApi
+ @hide
+ -->
+ <permission android:name="android.permission.BIND_CALL_DIAGNOSTIC_SERVICE"
+ android:protectionLevel="signature" />
+
<!-- Must be required by a {@link android.telecom.CallRedirectionService},
to ensure that only the system can bind to it.
<p>Protection level: signature|privileged