[android-developers] Re: How to capture unlock event in activity.

2010-12-03 Thread Damo
Im trying to do something very similar, any luck with this? On Dec 1, 8:50 am, Sarwar Erfan erfanonl...@gmail.com wrote: Hi, For this purpose, you need to override the onResume method. Unlock is irrelevant here. Review the Activity life cycle for better understanding what is going

[android-developers] Re: How to capture unlock event in activity.

2010-12-01 Thread Sarwar Erfan
Hi, For this purpose, you need to override the onResume method. Unlock is irrelevant here. Review the Activity life cycle for better understanding what is going on: http://developer.android.com/reference/android/app/Activity.html#ActivityLifecycle Hope this helps. Regards Sarwar Erfan On Dec