Skip to content

Commit 48733ff

Browse files
committed
(Example Android): Add file support
This permission is needed in order for the app to be able to access files. Signed-off-by: Victor Omondi <victor@slick.co.ke>
1 parent 2330edd commit 48733ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/push_notifications/android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
22
package="com.talkjs.flutter_push_example">
3+
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
34
<application
45
android:usesCleartextTraffic="true"
56
android:label="push_notifications"

0 commit comments

Comments
 (0)