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

8 lines
378 B
XML
Raw Normal View History

2025-02-11 22:11:45 +06:30
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<!-- The INTERNET permission is required for development. Specifically,
the Flutter tool needs it to communicate with the running application
2020-05-28 21:50:32 +06:30
to allow setting breakpoints, to provide hot reload, etc.
-->
<uses-permission android:name="android.permission.INTERNET"/>
</manifest>