I'm developing an android application which deals with capturing location coordinates with GPS.
I'm also getting the last known location details (via locationManager.getLastKnownLocation(LocationManager.GPS_PROVIDER
);
It works correctly. But I still need to check it. I need to clear already captured locations manually then check it again.
Is there any way to clear the location details which have already been captured from an Android device manually (like going to the settings menu and doing something).
I'm using an Android device with sdk>=android2.2.
All your ideas are welcome.
I find it.
We cannot able to clear the gps captured location .Because it is in device's internal memory.
We cannot controrl over it.