Support Remote call services.
Adds daisy-chaining support for connection services.
Change-Id: Ibb382a6ed6c5042c1b71821d6b537e2f1cb3063f
diff --git a/tests/AndroidManifest.xml b/tests/AndroidManifest.xml
index a075c49..2bcb756 100644
--- a/tests/AndroidManifest.xml
+++ b/tests/AndroidManifest.xml
@@ -29,7 +29,7 @@
</intent-filter>
</service>
- <service android:name="com.android.telecomm.testapps.TestCallService">
+ <service android:name="com.android.telecomm.testapps.TestConnectionService">
<intent-filter>
<action android:name="android.telecomm.CallService" />
</intent-filter>