Loading AndroidManifest.xml +2 −0 Original line number Diff line number Diff line Loading @@ -312,6 +312,8 @@ android:permission="android.permission.BIND_INCALL_SERVICE" android:encryptionAware="true" > <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"/> <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 @@ -312,6 +312,8 @@ android:permission="android.permission.BIND_INCALL_SERVICE" android:encryptionAware="true" > <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"/> <intent-filter> <action android:name="android.telecom.InCallService"/> </intent-filter> Loading