addOnCompleteListener is Unchecked and crashes app
问题 I have this code: // Using this method to center MyLocation as default location when app is started private void getDeviceLocation() { Log.d(TAG, "getDeviceLocation: getting the devices current location"); mFusedLocationClient = LocationServices.getFusedLocationProviderClient(this); try { if (ActivityCompat.checkSelfPermission(this, Manifest.permission.ACCESS_FINE_LOCATION) != PackageManager.PERMISSION_GRANTED && ActivityCompat.checkSelfPermission(this, Manifest.permission.ACCESS_COARSE