removing some probably not needed lines from MyIncomingCallService at the manifest

This commit is contained in:
tibbi 2018-11-28 11:34:56 +01:00
parent 19640bbf74
commit 63bd1e65dd
1 changed files with 0 additions and 11 deletions

View File

@ -247,23 +247,12 @@
<service
android:name=".services.MyIncomingCallService"
android:directBootAware="true"
android:enabled="true"
android:exported="true"
android:permission="android.permission.BIND_INCALL_SERVICE">
<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>