LocationManager locationManager = (LocationManager) getSystemService(LOCATION_SERVICE); locationManager.requestLocationUpdates(LocationManager.NETWORK_PROVIDER, 1000L,1.0f, this); if(!(locationManager.isProviderEnabled (LocationManager.NETWORK_PROVIDER))){ startActivityForResult(new Intent(android.provider.Settings.ACTION_LOCATION_SOURCE_SETTINGS), 0); Toast.makeText(class.this, "무선 네트워크 사용을 클릭해..