Merge "Remove Location from permission grants for default fitness app on wearables"
This commit is contained in:
committed by
Android (Google) Code Review
commit
4a06b343d6
@@ -810,7 +810,7 @@ final class DefaultPermissionGrantPolicy {
|
||||
} else {
|
||||
grantPermissionsToSystemPackage(pm,
|
||||
getDefaultSystemHandlerActivityPackage(pm, ACTION_TRACK, userId), userId,
|
||||
SENSORS_PERMISSIONS, ALWAYS_LOCATION_PERMISSIONS);
|
||||
SENSORS_PERMISSIONS);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user