[android-developers] Re: android application gets killed in stand by mode

2011-12-16 Thread rich friedel
You may be having issues in the onPause() and onResume() callbacks.
http://developer.android.com/reference/android/app/Activity.html#ActivityLifecycle
 

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: android application gets killed in stand by mode

2011-12-16 Thread rich friedel
You may be having issues in the onPause() and onResume() callbacks.
http://developer.android.com/reference/android/app/Activity.html#ActivityLifecycle
 

On Friday, December 16, 2011 9:14:48 AM UTC-5, sktniran wrote:

 Hi friends,


 When the device screen blanks or goes to stand by mode (or they turn
 it off) my app gets killed and  sometimes forces closed as well .  but
 the app should keep running and show up as soon as they turn on and
 unlock the screen after it has gone blank. how to get this please help
 me.


 Thanks,



-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en