Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bd69503e authored by Beverly's avatar Beverly
Browse files

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
parent 79401519
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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" />

    <!-- ====================================================================== -->