summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorSailesh Nepal <sail@google.com>2014-07-03 09:02:32 -0700
committerSailesh Nepal <sail@google.com>2014-07-03 09:03:01 -0700
commit7cf17a07eb5368befe9a02ebaef7cc10ff068b9a (patch)
tree098c5ff323073cccd1dd9e50712596d437d65002 /AndroidManifest.xml
parentc3ad2290b27234e7a2b7358d11ed137429b2be00 (diff)
Remove ICallHandlerService reference from Dialer
Change-Id: Ifbaaba0d3226d03ea364cf1df76da3abebb9f5dc
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 5373177ce..0ced1fad9 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -265,14 +265,6 @@
android:process="com.android.incallui">
</activity>
- <service android:name="com.android.incallui.CallHandlerService"
- 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>
- </service>
-
<!-- BroadcastReceiver for receiving Intents from Notification mechanism. -->
<receiver android:name="com.android.incallui.InCallApp$NotificationBroadcastReceiver"
android:exported="false"