-1

Getting that error when I am doing Inter app communication with custom Intent using sendBroadcast. I have tried all the possible ways but unable to resolve this. Please help me to find the solution.

1 Answers1

1

you could try to add this to your Manifest

<permission android:name="android.permission.INTERACT_ACROSS_USERS_FULL" android:protectionLevel="signature"/>

If you would like to learn more about permissions you could click Here. I hope that this works for you!

Timo
  • 298
  • 1
  • 7