Expose telephony call service selector
The telephony selector will be used as a fallback selector.
Change-Id: Ie1f7e1417d9e3fe001abc80761febaeb4269a7c7
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 13ecedb..59cec31 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -559,6 +559,11 @@
<action android:name="android.telecomm.CallServiceProvider" />
</intent-filter>
</service>
+ <service android:name="com.android.services.telephony.TelephonyCallServiceSelector">
+ <intent-filter>
+ <action android:name="android.telecomm.CallServiceSelector" />
+ </intent-filter>
+ </service>
<service android:name="com.android.services.telephony.GsmCallService">
<intent-filter>
<action android:name="android.telecomm.CallService" />