Android Activity Not Showing When Screen is Woken Up and Lock Screen Not Disabling
I have a BroadcastReceiver that starts an Activity . If the Activity is started while the screen is on, it displays and everything is fine. However, on ICS and JB devices (I haven't tested GB or HC but the issue doesn't exist with Froyo) if the Activity is started while the screen is off, the lockscreen is not disabled, and the activity is not shown when the phone is unlocked (either through unlocking it manually or with the code I put in for post Froyo devices). Why, on at least ICS and JB devices, does the lockscreen not get disabled without the mentioned code below, and why doesn't the