See the section *Launch controls on stopped applications* http://developer.android.com/about/versions/android-3.1.html
In summary if your app is Forced Stopped by the end-user it will not run again by any method until the end-user starts it from the Home screen launcher. On Tuesday, October 23, 2012 7:29:49 PM UTC+1, Tarilo wrote: > > Hi > > We have and android app. > > It have 2 broadcast receiver. On conectivity_change and on_boot_completed. > > With all versions works fine. > > Our app when press back buttos goes to background and don't close. > > The user need to force close. > > The problem is with ICS when close the app the broadcast dont work. > > I see intent.addFlags(Intent.FLAG_INCLUDE_STOPPED_PACKAGES); back i can't > implement this. > > Can anyone help me to solve this problem? > > Thanks > -- 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

