Merge "Remove Location from permission grants for default fitness app on wearables"

This commit is contained in:
TreeHugger Robot
2022-01-05 20:38:49 +00:00
committed by Android (Google) Code Review

View File

@@ -810,7 +810,7 @@ final class DefaultPermissionGrantPolicy {
} else {
grantPermissionsToSystemPackage(pm,
getDefaultSystemHandlerActivityPackage(pm, ACTION_TRACK, userId), userId,
SENSORS_PERMISSIONS, ALWAYS_LOCATION_PERMISSIONS);
SENSORS_PERMISSIONS);
}
}