Testing/android/app/src/debug/AndroidManifest.xml
2020-06-27 18:46:23 +07:00

8 lines
325 B
XML

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