fix (more) style issues from change #5124
This commit is contained in:
@@ -906,7 +906,8 @@ public class LocationManagerService extends ILocationManager.Stub {
|
||||
return false;
|
||||
}
|
||||
|
||||
if(mContext.checkCallingPermission(ACCESS_FINE_LOCATION) != PackageManager.PERMISSION_GRANTED) {
|
||||
if (mContext.checkCallingPermission(ACCESS_FINE_LOCATION) !=
|
||||
PackageManager.PERMISSION_GRANTED) {
|
||||
throw new SecurityException("Requires ACCESS_FINE_LOCATION permission");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user