I want to build a dialog which is visible on the lockscreen and can receive touch events. I built a window with WindowManager
but only the TYPE_SYSTEM_OVERLAY
Flag is shown over the lockscreen in GB (Android 2.3.7).
Is there a way to create a system overlay which is visible on the lockscreen and can receive touch events in Android 2.3.7?
There was a bug with FLAG_WATCH_OUTSIDE_TOUCH
but I'm not sure how that affects me. Any ideas?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…