Add CallService to the manifest file.
Change-Id: I7f011d99775709be765f64eb0e54341d1a3fb31e
diff --git a/tests/AndroidManifest.xml b/tests/AndroidManifest.xml
index 567863e..c6b39b6 100644
--- a/tests/AndroidManifest.xml
+++ b/tests/AndroidManifest.xml
@@ -21,12 +21,19 @@
<!-- Miscellaneous telecomm app-related test activities. -->
+ <!-- TODO(santoscordon): STOPSHIP Services in this manifest need permission protection. -->
<service android:name="com.android.telecomm.testcallservice.TestCallServiceProvider">
<intent-filter>
<action android:name="android.telecomm.ICallServiceProvider" />
</intent-filter>
</service>
+ <service android:name="com.android.telecomm.testcallservice.TestCallService">
+ <intent-filter>
+ <action android:name="android.telecomm.ICallService" />
+ </intent-filter>
+ </service>
+
<service android:name="com.android.telecomm.testcallservice.DummyCallServiceSelector">
<intent-filter>
<action android:name="android.telecomm.ICallServiceSelector" />