Add POST_NOTIFICATIONS permission to crash reporter manifest

This commit is contained in:
MM20 2022-08-21 22:54:05 +02:00
parent 1d7e3a1b0a
commit 74d02f9b4a
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -1,4 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
<application>
<provider
android:name="com.balsikandar.crashreporter.CrashReporterInitProvider"