mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-06-05 21:59:27 +02:00
removing some probably not needed lines from MyIncomingCallService at the manifest
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user