wonders/android/app/src/profile/AndroidManifest.xml

8 lines
336 B
XML
Raw Normal View History

2022-08-29 20:38:28 -06:00
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.gskinner.flutter.wonders">
<!-- 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>