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
This commit is contained in:
Beverly
2022-02-15 21:33:49 +00:00
parent 7940151941
commit bd69503e6e

View File

@@ -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" />
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
<!-- ====================================================================== -->