diff options
author | Santos Cordon <santoscordon@google.com> | 2013-08-13 14:29:47 -0700 |
---|---|---|
committer | Santos Cordon <santoscordon@google.com> | 2013-09-10 10:43:05 -0700 |
commit | 4f7ffa90d117e499786c77bccefdef88c1714668 (patch) | |
tree | 3992a8c309dcfbb9b535753875887d42aef3b3bc /core | |
parent | 9720d5e11c5175503b383bd903c68d2408d2bb80 (diff) | |
download | frameworks_base-4f7ffa90d117e499786c77bccefdef88c1714668.zip frameworks_base-4f7ffa90d117e499786c77bccefdef88c1714668.tar.gz frameworks_base-4f7ffa90d117e499786c77bccefdef88c1714668.tar.bz2 |
Add permissions for the InCallUI Split.
Change-Id: I7e45aeebbe8873f99fe897272390fb06f1840d2d
Diffstat (limited to 'core')
-rw-r--r-- | core/res/AndroidManifest.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 2e47928..4dc5839 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -1096,6 +1096,12 @@ android:description="@string/permdesc_use_sip" android:label="@string/permlab_use_sip" /> + <!-- Allows an application to request CallHandlerService implementations. --> + <permission android:name="android.permission.BIND_CALL_SERVICE" + android:permissionGroup="android.permission-group.PHONE_CALLS" + android:protectionLevel="system" /> + + <!-- ================================== --> <!-- Permissions for sdcard interaction --> <!-- ================================== --> |