rluv_client/android/app/src/profile/AndroidManifest.xml
Nathan Anderson 37c644ab0d First commit
2023-07-15 17:23:27 -06:00

9 lines
409 B
XML

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