I have been experiencing a different behavior while executing my application in different Android OS.
I have LG-E612 with Android 4.0.3 and my application uses GPS for location updates, once the GPS gets fixed with satellite, the GPS status icon on the Status Bar remains constant through out while running the application. My application request for GPS location updates after every 2 seconds.
While the same application I executed, on Android 4.0.4 it seems that everytime I request for location update, the GPS icon on the status bar appears and dis-appears again during the 2 sec interval.
I trying to find why there is two different behavior in Android OS. Anyone could link the revision change in the two different OS ir any idea...
Or If anyone could explain under what circumstances the GPS icon on the status bar appears, dis-appears or blinks.
Thanks in advance