Enable INCLUDE_SELF_MANAGED_CALLS meta-data.

Enable INCLUDE_EXTERNAL_CALLS meta-data.

Test: run ACTS test
Bug: None
Change-Id: I2fe19e1fd8b5806889dcdd230be49517cf632817
diff --git a/ScriptingLayerForAndroid/AndroidManifest.xml b/ScriptingLayerForAndroid/AndroidManifest.xml
index 69d1e6e..7f4be92 100644
--- a/ScriptingLayerForAndroid/AndroidManifest.xml
+++ b/ScriptingLayerForAndroid/AndroidManifest.xml
@@ -196,6 +196,9 @@
             <intent-filter>
                 <action android:name="android.telecom.InCallService"/>
             </intent-filter>
+            <meta-data android:name="android.telecom.IN_CALL_SERVICE_UI" android:value="true" />
+            <meta-data android:name="android.telecom.INCLUDE_EXTERNAL_CALLS" android:value="true" />
+            <meta-data android:name="android.telecom.INCLUDE_SELF_MANAGED_CALLS" android:value="true" />
         </service>
         <service android:name=".service.FacadeService" android:enabled="true" android:exported="true" >
             <intent-filter>