Adding a UI toast on an incoming call.
This will eventually be replaced with actual activity UI.
Change-Id: I3df2a2ad6bb2103925559d6dab4beab04ac6e8b3
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index b5c4760..4ab4868 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -27,7 +27,7 @@
<service android:name="CallMonitorService">
<intent-filter>
- <action android:name="com.android.telephony.common.ICallMonitorService" />
+ <action android:name="com.android.services.telephony.common.ICallMonitorService" />
</intent-filter>
</service>