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 2e0aade commit c478098Copy full SHA for c478098
android/app/src/main/AndroidManifest.xml
@@ -1,6 +1,7 @@
1
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
2
+ <uses-permission android:name="android.permission.INTERNET"/>
3
<application
- android:label="fukmail"
4
+ android:label="FukMail"
5
android:name="${applicationName}"
6
android:icon="@mipmap/ic_launcher">
7
<activity
0 commit comments