workouttest_app/android/app/src/profile/AndroidManifest.xml
2020-05-24 10:04:37 +02:00

8 lines
335 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.aitrainer.aitrainer_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>