cuttle/mobile/android/app/src/profile/AndroidManifest.xml

9 lines
416 B
XML
Raw Normal View History

2023-08-17 23:14:32 +00:00
<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>