Add INTERNET permission
This commit is contained in:
parent
a782b65fbc
commit
4fa0a7083f
|
@ -2,6 +2,8 @@
|
|||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="ie.equalit.ouinet_examples.android_kotlin">
|
||||
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
|
||||
<application
|
||||
android:allowBackup="true"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
|
|
Loading…
Reference in New Issue
Block a user