これらの2行は同等ですか?私のアプリケーションでは、それらは異なる動作をします。
locationManager = (LocationManager) context.getSystemService(LOCATION_SERVICE);
locationManager = (LocationManager) getSystemService(Context.LOCATION_SERVICE);
ありがとう
これらの2行は同等ですか?私のアプリケーションでは、それらは異なる動作をします。
locationManager = (LocationManager) context.getSystemService(LOCATION_SERVICE);
locationManager = (LocationManager) getSystemService(Context.LOCATION_SERVICE);
ありがとう