On Nov 25, 5:25 am, "saify.zeenwala" <[email protected]> wrote:
> put ur code in onstart() instead of oncreate() > becuase ur on create will get call only once through out the life cycle of > service. > onStart() is never called if the service is started with bindService (). Not clear from docs if onCreate() or onStart() or both can be called more than once if the system kills the process and then restarts the service. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

