Files
fcs/android/app/src/profile/AndroidManifest.xml

8 lines
326 B
XML
Raw Normal View History

2020-05-28 21:50:32 +06:30
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2021-09-11 08:27:27 +06:30
package="com.mokkon.fcs.fcs">
2020-05-28 21:50:32 +06:30
<!-- 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>