Re: [android-developers] Re: App closed but notification is visible

2011-09-22 Thread ashok chakravarthy
register receiver in Manifest file and given android:enabled="true" On Fri, Sep 23, 2011 at 1:12 AM, b_t wrote: > Ok, so it is normal that when the system stops my app the notification > is still visible > but when I force close it then it disappears. > > Then my only problem is that my app isn'

[android-developers] Re: App closed but notification is visible

2011-09-22 Thread b_t
Ok, so it is normal that when the system stops my app the notification is still visible but when I force close it then it disappears. Then my only problem is that my app isn't notified anymore about battery events. Maybe what I am doing is wrong: I register broadcast receivers in the onCreate met