From 703fb5d8a9decf459b2729f022a4e9473ba26a12 Mon Sep 17 00:00:00 2001 From: Dipankar Bhardwaj Date: Wed, 5 Mar 2025 03:03:00 -0800 Subject: Add OEM metadata specific permissions to Android Shell This is required for MediaStore_FilesTest in CtsModernMediaProviderTests. We want to verify update of oem_metadata field in MediaStore using update API but it requires privileged permission which cannot be provided to test app. Hence we need Shell to hold this special permission to verify the API behavior. Test: n/a Bug: 352528913 Flag: com.android.providers.media.flags.enable_oem_metadata_update Change-Id: Iece552da4332bc981eac97461c4705d05bbbe322 --- packages/Shell/AndroidManifest.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'packages/Shell') diff --git a/packages/Shell/AndroidManifest.xml b/packages/Shell/AndroidManifest.xml index 55f7317f25e4..758ad797f761 100644 --- a/packages/Shell/AndroidManifest.xml +++ b/packages/Shell/AndroidManifest.xml @@ -1015,6 +1015,10 @@ + + + + -- cgit v1.2.3-59-g8ed1b