loris/android/app/src/profile/AndroidManifest.xml

9 lines
413 B
XML
Raw Normal View History

2022-06-16 20:30:02 +00:00
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2022-08-14 14:34:28 +00:00
package="kittycat.homes.loris">
2022-06-16 20:30:02 +00:00
<!-- 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>