cuttle/mobile/android/app/src/profile/AndroidManifest.xml
2023-08-17 16:14:32 -07:00

8 lines
416 B
XML

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