Request notification permission for Chucker

This commit is contained in:
Kirill Kamakin
2022-11-06 19:16:07 +01:00
parent 8d2487d753
commit 76188c2caf

View File

@@ -0,0 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<!-- Needed to display Chucker notification -->
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
</manifest>