Merge "Grant storage permission to the content capture service." into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
7bee686ef7
@@ -733,7 +733,7 @@ public final class DefaultPermissionGrantPolicy {
|
||||
if (!TextUtils.isEmpty(contentCapturePackageName)) {
|
||||
grantPermissionsToSystemPackage(contentCapturePackageName, userId,
|
||||
PHONE_PERMISSIONS, SMS_PERMISSIONS, ALWAYS_LOCATION_PERMISSIONS,
|
||||
CONTACTS_PERMISSIONS);
|
||||
CONTACTS_PERMISSIONS, STORAGE_PERMISSIONS);
|
||||
}
|
||||
|
||||
// Atthention Service
|
||||
|
||||
Reference in New Issue
Block a user