Files
fl-query/packages/example/android/app/src/debug/AndroidManifest.xml
T
Kingkor Roy Tirtho 64c852fddc Initial Support
2022-05-27 12:51:13 +06:00

9 lines
420 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.github.KRTirtho.example">
<!-- The INTERNET permission is required for development. Specifically,
the Flutter tool 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>