buypeeb-mobile/android/app/src/debug/AndroidManifest.xml

8 lines
339 B
XML
Raw Normal View History

2020-09-29 15:31:31 +00:00
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2020-09-30 07:36:51 +00:00
package="space.lynnesbian.buypeeb_mobile">
2020-09-29 15:31:31 +00: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>