Merge "Grant the post notification permission to Turbo" into main

This commit is contained in:
YK Hung 2023-12-12 09:05:39 +00:00 committed by Android (Google) Code Review
commit 98f078519f

View file

@ -134,5 +134,10 @@
<!-- Notifications -->
<permission name="android.permission.POST_NOTIFICATIONS" fixed="false"/>
</exception>
<exception
package="com.google.android.apps.turbo">
<!-- Notifications -->
<permission name="android.permission.POST_NOTIFICATIONS" fixed="false"/>
</exception>
</exceptions>