diff options
author | Santos Cordon <santoscordon@google.com> | 2013-08-13 14:29:47 -0700 |
---|---|---|
committer | Santos Cordon <santoscordon@google.com> | 2013-09-03 08:19:17 -0700 |
commit | bf84eb5ed579d13b74c97b995299ca61cafedea6 (patch) | |
tree | 59e40ada6186992b033a4146ad3143c496453660 | |
parent | 2241d45c68739e5bdf187ba3325ee237ef143e21 (diff) |
Add permissions for the InCallUI Split.
Change-Id: Ic759d14acefcea746e0d8e86c0f006d4bc462386
-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 1363e3ca2a5a..7ac1a79a6b78 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -1061,6 +1061,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 --> <!-- ================================== --> |