From bd69503e6e34cdbd30656653ae5df0baec53e2e1 Mon Sep 17 00:00:00 2001 From: Beverly Date: Tue, 15 Feb 2022 21:33:49 +0000 Subject: [PATCH] Instant apps can have the notification permission Test: atest CtsMediaAudioTestCases:android.media.audio.cts.AudioManagerTest#testPriorityOnlyChannelsCanBypassDnd -c -- --abi arm64-v8a --module-parameter instant_app Bug: 219230385 Change-Id: I65c9d33ade2e437c633fa9d894ac1c151361be7f --- core/res/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 68c8143299c54..3b2a24846d92c 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -1624,7 +1624,7 @@ android:permissionGroup="android.permission-group.UNDEFINED" android:label="@string/permlab_postNotification" android:description="@string/permdesc_postNotification" - android:protectionLevel="dangerous" /> + android:protectionLevel="dangerous|instant" />