I have created a BroadcastReceiver. Now how can I launch my custom Intent to test the receiver? AFAIK I cannot use Android JUnit test since the test does not have the application Context needed to launch an Intent!
I have created a BroadcastReceiver . Now how can I launch my custom Intent
Share
I have found an even simpler way to do it in the android shell: