diff options
author | Tyler Gunn <tgunn@google.com> | 2021-03-02 21:33:02 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2021-03-02 21:33:02 +0000 |
commit | c90335033b3d20ddbac92c76b8e1d49150517f4b (patch) | |
tree | a1f0346c4a88420927f1a408360c93b43e1bbdc6 /core/res | |
parent | 1e21d8530b5ff5c266e278115c5bd901f502c566 (diff) | |
parent | d582184178c1c68aa67bbc82d82f6a2c498e684b (diff) |
Merge "CallDiagnosticService API"
Diffstat (limited to 'core/res')
-rw-r--r-- | core/res/AndroidManifest.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index dc935c09ad8f..3a0a032e3f15 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -2267,6 +2267,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 |