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

8 lines
340 B
XML
Raw Normal View History

2019-04-24 00:27:23 -07:00
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2019-06-27 17:29:40 -07:00
package="org.trentpalmer.libre_gps_parser">
2019-04-24 00:27:23 -07: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>