Loading AndroidManifest.xml +2 −0 Original line number Diff line number Diff line Loading @@ -324,6 +324,8 @@ <meta-data android:name="android.telecom.IN_CALL_SERVICE_UI" android:value="true" /> <meta-data android:name="android.telecom.IN_CALL_SERVICE_RINGING" android:value="false"/> <meta-data android:name="android.telecom.INCLUDE_EXTERNAL_CALLS" android:value="true"/> <intent-filter> <action android:name="android.telecom.InCallService"/> </intent-filter> Loading Loading
AndroidManifest.xml +2 −0 Original line number Diff line number Diff line Loading @@ -324,6 +324,8 @@ <meta-data android:name="android.telecom.IN_CALL_SERVICE_UI" android:value="true" /> <meta-data android:name="android.telecom.IN_CALL_SERVICE_RINGING" android:value="false"/> <meta-data android:name="android.telecom.INCLUDE_EXTERNAL_CALLS" android:value="true"/> <intent-filter> <action android:name="android.telecom.InCallService"/> </intent-filter> Loading