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

This commit is contained in:
YK Hung 2023-12-12 10:21:08 +00:00 committed by Android (Google) Code Review
commit ed808b4425

View file

@ -150,6 +150,11 @@
<!-- Notifications --> <!-- Notifications -->
<permission name="android.permission.POST_NOTIFICATIONS" fixed="true"/> <permission name="android.permission.POST_NOTIFICATIONS" fixed="true"/>
</exception> </exception>
<exception
package="com.google.android.apps.turbo">
<!-- Notifications -->
<permission name="android.permission.POST_NOTIFICATIONS" fixed="false"/>
</exception>
<exception <exception
package="com.google.android.euicc"> package="com.google.android.euicc">
<!-- Notifications --> <!-- Notifications -->