I want to get location using GPS only. I don\'t want to use internet and GPRS in this application. My code is below; tell me where I\'m wrong in this.
code:
Use this for only GPS Provider, it does not need GPRS.
locationManager.requestLocationUpdates(LocationManager.GPS_PROVIDER, 0, 0, mlocListener);
You need to put the permission in manifest file.