Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f066bbed authored by Android Code Review's avatar Android Code Review
Browse files

Merge

parents 1a2d9dbe cf734f4e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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");
        }