Remove Location from permission grants for default fitness app on wearables
We no longer want to do this for fitness apps on wearables Bug: 200713326 Test: Fitness app does not have location permission by default Change-Id: I3753ef983c15b48fde58fe5c986e2f121a5c9707 (cherry picked from commit 4d8b415b3a71171ef81a58cf80e921586b9ee591)
This commit is contained in:
committed by
Shreerag Jayakrishnan
parent
0835d0140e
commit
9c4246fb91
@@ -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