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>
|
||||
</service>
|
||||
|
||||
<receiver android:name=".receivers.CallActionReceiver">
|
||||
<receiver
|
||||
android:name=".receivers.CallActionReceiver"
|
||||
android:enabled="true"
|
||||
android:exported="true">
|
||||
<intent-filter>
|
||||
<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.ACCEPT_CALL" />
|
||||
<action android:name="com.simplemobiletools.contacts.action.DECLINE_CALL" />
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
|
||||
|
Reference in New Issue
Block a user