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

8 lines
328 B
XML
Raw Normal View History

2019-08-13 15:47:54 +02:00
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.botz_app">
<!-- 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>