From one application I am (broadcast) sending an intent to a broadcastreceiver of another one. I am getting the error:
WARN/ActivityManager(5038): Permission denied: checkComponentPermission
You need to add permission under your manifest file add these
<receiver android:name=".YourBroadCastReceiverName" android:exported="true"></receiver>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With