summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Selim Gurun <sgurun@google.com> 2013-09-12 00:57:34 +0000
committer Selim Gurun <sgurun@google.com> 2013-09-12 00:57:34 +0000
commit41b9ef9c4e175770e4ccef3d83d117f404915b48 (patch)
treec01ab99a346d613fa5f86c3c0ae7e0dbd93e08ed
parent4f7ffa90d117e499786c77bccefdef88c1714668 (diff)
Revert "Add permissions for the InCallUI Split."
This reverts commit 4f7ffa90d117e499786c77bccefdef88c1714668. Change-Id: If07f7dd0b416c070398593e2d5a15b3557c1f323
-rw-r--r--api/current.txt1
-rw-r--r--core/res/AndroidManifest.xml6
2 files changed, 0 insertions, 7 deletions
diff --git a/api/current.txt b/api/current.txt
index 472c6ef76c63..97e4c0240cf4 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -20,7 +20,6 @@ package android {
field public static final java.lang.String BATTERY_STATS = "android.permission.BATTERY_STATS";
field public static final java.lang.String BIND_ACCESSIBILITY_SERVICE = "android.permission.BIND_ACCESSIBILITY_SERVICE";
field public static final java.lang.String BIND_APPWIDGET = "android.permission.BIND_APPWIDGET";
- field public static final java.lang.String BIND_CALL_SERVICE = "android.permission.BIND_CALL_SERVICE";
field public static final java.lang.String BIND_DEVICE_ADMIN = "android.permission.BIND_DEVICE_ADMIN";
field public static final java.lang.String BIND_INPUT_METHOD = "android.permission.BIND_INPUT_METHOD";
field public static final java.lang.String BIND_NFC_SERVICE = "android.permission.BIND_NFC_SERVICE";
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index 4dc58394fe7f..2e479283f147 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -1096,12 +1096,6 @@
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 -->
<!-- ================================== -->