I'm trying to figure out a way to float my activity which is started from a service to float over the lockscreen pattern, kind of how pandora does it. They show the top half of their activity just showing the now playing song, and pause and skip controls.
I'm able to show an activity but it covers the entire lockscreen pattern. I have already tried using theme.transparent and this didn't show up at all on the lockscreen but it did show up after i unlocked the phone.
The pandora widget seems to be able to unlock the pattern and show their widget in the top half of the screen
Are they using a lockscreen widget to do this?
Thanks,!
Using the RemoteControlClient is what you need to implement.