Skip to content

Commit c90c046

Browse files
committed
Add internet permission for Android
1 parent 587a32b commit c90c046

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

android/src/main/AndroidManifest.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="com.proyecto26.inappbrowser">
44

5+
<uses-permission android:name="android.permission.INTERNET" />
6+
57
<application>
68
<activity
79
android:name=".ChromeTabsManagerActivity">

0 commit comments

Comments
 (0)