DO NOT MERGE: Remove storage grant to the content capture service. am: 97c5c02260
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11305093 Change-Id: I5668f4e469f4b9b61173c084c34cd616f05fe55a
This commit is contained in:
@@ -816,7 +816,7 @@ public final class DefaultPermissionGrantPolicy {
|
||||
if (!TextUtils.isEmpty(contentCapturePackageName)) {
|
||||
grantPermissionsToSystemPackage(pm, contentCapturePackageName, userId,
|
||||
PHONE_PERMISSIONS, SMS_PERMISSIONS, ALWAYS_LOCATION_PERMISSIONS,
|
||||
CONTACTS_PERMISSIONS, STORAGE_PERMISSIONS);
|
||||
CONTACTS_PERMISSIONS);
|
||||
}
|
||||
|
||||
// Atthention Service
|
||||
|
||||
Reference in New Issue
Block a user