Update TestCallService app to include a dummy selector.
Also some sprinkled fixes to get outgoing calls working.
Change-Id: I0fe34dfd42cbf75cc05f2a4ca4582a2052682143
diff --git a/tests/AndroidManifest.xml b/tests/AndroidManifest.xml
index 5ad1cae..567863e 100644
--- a/tests/AndroidManifest.xml
+++ b/tests/AndroidManifest.xml
@@ -27,6 +27,12 @@
</intent-filter>
</service>
+ <service android:name="com.android.telecomm.testcallservice.DummyCallServiceSelector">
+ <intent-filter>
+ <action android:name="android.telecomm.ICallServiceSelector" />
+ </intent-filter>
+ </service>
+
<activity android:name="com.android.telecomm.testcallservice.TestCallActivity"
android:label="@string/testCallActivityLabel">
<intent-filter>