We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf1db86 commit 6851a7cCopy full SHA for 6851a7c
app/src/main/AndroidManifest.xml
@@ -279,10 +279,13 @@
279
</intent-filter>
280
</service>
281
282
- <receiver android:name=".receivers.CallActionReceiver">
+ <receiver
283
+ android:name=".receivers.CallActionReceiver"
284
+ android:enabled="true"
285
+ android:exported="true">
286
<intent-filter>
- <action android:name="com.simplemobiletools.contacts.action.ACCEPT_CALL"/>
- <action android:name="com.simplemobiletools.contacts.action.DECLINE_CALL"/>
287
+ <action android:name="com.simplemobiletools.contacts.action.ACCEPT_CALL" />
288
+ <action android:name="com.simplemobiletools.contacts.action.DECLINE_CALL" />
289
290
</receiver>
291
0 commit comments