mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-06-05 21:59:27 +02:00
make call notification receiver exported and enabled
This commit is contained in:
@ -279,10 +279,13 @@
|
|||||||
</intent-filter>
|
</intent-filter>
|
||||||
</service>
|
</service>
|
||||||
|
|
||||||
<receiver android:name=".receivers.CallActionReceiver">
|
<receiver
|
||||||
|
android:name=".receivers.CallActionReceiver"
|
||||||
|
android:enabled="true"
|
||||||
|
android:exported="true">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="com.simplemobiletools.contacts.action.ACCEPT_CALL"/>
|
<action android:name="com.simplemobiletools.contacts.action.ACCEPT_CALL" />
|
||||||
<action android:name="com.simplemobiletools.contacts.action.DECLINE_CALL"/>
|
<action android:name="com.simplemobiletools.contacts.action.DECLINE_CALL" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</receiver>
|
</receiver>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user