after the phone reboot or the app force close the listener that i set in locationManger.requestLocationUpdates is not called. do i have to to keep track of my location broadcast receiver and register it again when the app is open and when i get boot broadcast ?
Share
Not sure what you mean “register it again”… You write the code once, and it will register when your app starts. Of course the locationManager you’ve instantiated will disappear when your app’s process dies…