I want to create an activity that float over the lock screen and do something with it, I think there is an order in which every app will appear one over another, but I don't know how. So i want to have both KeyGuard(will be always enable) and activity showing, so if the activity will have an transluscent theme(invisible background), the keyguard will be visible behind.
There is a way to create an activity that float over the lock screen? Thanks.
I tried this: Android activity over default lock screen, and similar solutions but with no luck.