I'm trying to create a replacement for the lock screen , and let the background be the wallpaper (live/normal) . However, for a lock screen , I need it to hide the status bar (aka the notifications bar) .
What I did is setting the style to be one that is both full screen and a wallpaper, and the activity replaces the lockscreen by using the deprecated KeyguardManager instead of the newer method of using FLAG_SHOW_WHEN_LOCKED and/or FLAG_DISMISS_KEYGUARD , just because it didn't work for me for some reason.
Is it possible that such a thing is impossible? Maybe I'm doing something wrong?
Please help me.
