Remove references to CallService from Telephony

Change-Id: I5a082e50dafea0104174cb97d3ae8af168944fc3
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 4feb644..83f9f20 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -555,7 +555,7 @@
                 android:name="com.android.services.telephony.PstnConnectionService"
                 android:label="@string/pstn_connection_service_label">
             <intent-filter>
-                <action android:name="android.telecomm.CallService" />
+                <action android:name="android.telecomm.ConnectionService" />
             </intent-filter>
         </service>
         <service
@@ -563,7 +563,7 @@
                 android:name="com.android.services.telephony.SipConnectionService"
                 android:label="@string/sip_connection_service_label">
             <intent-filter>
-                <action android:name="android.telecomm.CallService" />
+                <action android:name="android.telecomm.ConnectionService" />
             </intent-filter>
         </service>
         <provider