lemmur-app-android/android/app/src/debug/AndroidManifest.xml

8 lines
327 B
XML
Raw Normal View History

2020-08-02 13:34:42 +02:00
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2021-01-30 14:40:43 +01:00
package="com.krawieck.lemmur">
2020-08-02 13:34:42 +02:00
<!-- Flutter 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>