Add internet permission to android manifest file
This commit is contained in:
parent
9ff9527b84
commit
fa1c4bb52e
@ -1,5 +1,6 @@
|
|||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="com.gskinner.flutter.wonders">
|
package="com.gskinner.flutter.wonders">
|
||||||
|
<uses-permission android:name="android.permission.INTERNET" />
|
||||||
<application
|
<application
|
||||||
android:label="Wonderous"
|
android:label="Wonderous"
|
||||||
android:requestLegacyExternalStorage="true"
|
android:requestLegacyExternalStorage="true"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user