mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-04-25 06:48:42 +02:00
make call notification receiver exported and enabled
This commit is contained in:
parent
bf1db86b4f
commit
6851a7c6d8
@ -279,7 +279,10 @@
|
|||||||
</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" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user