summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2013-09-18 01:36:01 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-09-18 01:36:02 +0000
commitf3bee6a83e80b8353dff397dc614bc743ef26df9 (patch)
tree8adcbb1264581722dc71defbdab9480fa1d80bf7
parent112c225d6ced96df000831b2437d3aeda1b7da7d (diff)
parentf0e8ea3d094b1820d6cfd5ece33d24af9a09352a (diff)
Merge "Add BIND_CALL_SERVICE permission to Dialer" into klp-dev
-rw-r--r--AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 82734b687..99602f66e 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -271,7 +271,8 @@
</activity>
<service android:name="com.android.incallui.CallHandlerService"
- android:process="com.android.incallui">
+ android:process="com.android.incallui"
+ android:permission="android.permission.BIND_CALL_SERVICE">
<intent-filter>
<action android:name="com.android.services.telephony.common.ICallHandlerService" />
</intent-filter>