tags:

views:

81

answers:

1

Hi All, I need to create an Application that can lock the handset at some specific Event.

either i want to make use of Require Pattern programatically.

or create a lock application, just like windows mobile in which there are digits to be entered instead of a Pattern.

please guide me to the path if creating this application is possible.

regards Aftab Alam

+4  A: 

There is no supported way to create such an application. Users can always press the HOME key, for example.

CommonsWare
Couldn't you catch the keyevent for the home button press?
fiXedd
Applications do not receive the HOME button press.
CommonsWare