android gps
NetProvider:
NetProvider
LocationManager locationManager= (LocationManager)getSystemService(Context.LOCATION_SERVICE); location=locationManager.getLastKnownLocation(LocationManager.NETWORK_PROVIDER); button.setText(Double.toString(location.getLatitude())+'\n'+Double.toString(location.getLongitude()));