removing some probably not needed lines from MyIncomingCallService at the manifest
This commit is contained in:
parent
19640bbf74
commit
63bd1e65dd
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue