Lets say I have an app and within its activity I will register pendingIntent with LocationManager to be triggered every 10mins.
like in this example : Android: How to get location information from intent bundle extras when using LocationManager.requestLocationUpdates()
If user closes the app will the LocationManager still keep firing pendingIntent ?
so that I can invoke notification from BroadcastReciver (manifest ver) of my app for this pendingIntent when my app is not running.
If yes, then when the LocationManager is actually cleaned, after phone restart?