summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
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"