diff options
author | mavlonerkinboev <mavlonbek.ibragimov007@gmail.com> | 2021-08-01 19:29:14 +0500 |
---|---|---|
committer | mavlonerkinboev <mavlonbek.ibragimov007@gmail.com> | 2021-08-01 19:29:14 +0500 |
commit | 7f5e8a0fd08bbf14dfca6eef67cc32abf79d2aa8 (patch) | |
tree | 24ef8cc2f8ca638b6aa70c3f466af638f70eab54 /android/app/src/profile |
released
Diffstat (limited to 'android/app/src/profile')
-rwxr-xr-x | android/app/src/profile/AndroidManifest.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/android/app/src/profile/AndroidManifest.xml b/android/app/src/profile/AndroidManifest.xml new file mode 100755 index 0000000..77ed35c --- /dev/null +++ b/android/app/src/profile/AndroidManifest.xml @@ -0,0 +1,7 @@ +<manifest xmlns:android="http://schemas.android.com/apk/res/android" + package="com.mavlondev.recepts"> + <!-- Flutter needs it to communicate with the running application + to allow setting breakpoints, to provide hot reload, etc. + --> + <uses-permission android:name="android.permission.INTERNET"/> +</manifest> |