Merge "Give watch Home app location permissions by default" into cw-e-dev

This commit is contained in:
Anthony Hugh
2015-10-22 17:22:21 +00:00
committed by Android (Google) Code Review

View File

@@ -586,6 +586,8 @@ final class DefaultPermissionGrantPolicy {
grantRuntimePermissionsLPw(wearHomePackage, PHONE_PERMISSIONS, true, userId);
grantRuntimePermissionsLPw(wearHomePackage, MICROPHONE_PERMISSIONS, false,
userId);
grantRuntimePermissionsLPw(wearHomePackage, LOCATION_PERMISSIONS, false,
userId);
}
}