We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2330edd commit 48733ffCopy full SHA for 48733ff
examples/push_notifications/android/app/src/main/AndroidManifest.xml
@@ -1,5 +1,6 @@
1
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2
package="com.talkjs.flutter_push_example">
3
+ <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
4
<application
5
android:usesCleartextTraffic="true"
6
android:label="push_notifications"
0 commit comments