android permission to access the internet

This commit is contained in:
Daniel Borges 2019-08-08 09:35:35 -03:00
parent d37442a2c5
commit a10d2f7cc7
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.openlp_remote">
<uses-permission android:name="android.permission.INTERNET" />
<!-- io.flutter.app.FlutterApplication is an android.app.Application that
calls FlutterMain.startInitialization(this); in its onCreate method.
In most cases you can leave this as-is, but you if you want to provide