For #26633: Add post notifications permission.

This commit is contained in:
mcarare 2022-11-23 17:54:58 +02:00 committed by mergify[bot]
parent 4f5165d1da
commit 171a2e6522
1 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,9 @@
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES"
tools:ignore="QueryAllPackagesPermission" />
<!-- Needed to post notifications on devices with Android 13 and later-->
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
<application
android:name=".FenixApplication"
android:allowBackup="false"