I'm working on a lockscreen widget(not trying to be specific here, but Nexus 7 ) . The widget has a button which would trigger an activity.When the user clicks the button, the unlock slide symbol get's highlighted hinting the user has to slide-unlock his screen before he wants to see the button's activity. Since now, the device is locked,is there a way to bypass this and just display the activity on top of the lock screen? (not in the case of pin/pattern obviously, but only just slide)
Asked
Active
Viewed 918 times
1
-
Just found an answer : http://stackoverflow.com/questions/4116001/android-lock-screen-widget – Aug 30 '13 at 18:44
1 Answers
0
Was searching a lot for a way to do it. We need to use flags in while giving an intent to the widget button. More information here.

Community
- 1
- 1