Tuesday, 10 September 2013

Flags to show a view on top of lock screen

Flags to show a view on top of lock screen

I am trying to add a view(ImageButton for example) to Window using
WindowManager.addView(button),
What are the layout params so that the button can be seen on "lock screen".
Thanks in advance.

No comments:

Post a Comment