summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSantos Cordon <santoscordon@google.com>2013-09-03 16:45:24 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-09-03 16:45:24 +0000
commit7f60dc57780281030f26a2109a64d0260e976af7 (patch)
tree91b1ea1f7c5e918964fed8453b50693fd69029ec
parent96661c42d0643c129fed60678aa0b8f99d32b456 (diff)
parentbf84eb5ed579d13b74c97b995299ca61cafedea6 (diff)
Merge "Add permissions for the InCallUI Split." into klp-dev
-rw-r--r--core/res/AndroidManifest.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index 9613df3ca275..3ee2657be3d7 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -1095,6 +1095,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.CAN_REQUEST_HANDLE_CALL_SERVICE"
+ android:permissionGroup="android.permission-group.PHONE_CALLS"
+ android:protectionLevel="system" />
+
+
<!-- ================================== -->
<!-- Permissions for sdcard interaction -->
<!-- ================================== -->