I have created an app that uses a Broadcast Receiver. The Receiver needs to open another activity via intent.
The program works when phone in unlocked / not sleeping.
But when the screen of device is locked, the activity is not displayed.
I want to run the activity every time a SMS is received even when phone is in sleep or password locked.