Merge "Instant apps can have the notification permission"

This commit is contained in:
TreeHugger Robot
2022-02-17 17:55:28 +00:00
committed by Android (Google) Code Review

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" />
<!-- ====================================================================== -->