Skip to content

Commit 7036702

Browse files
committed
add internet permission
1 parent 9dde488 commit 7036702

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools">
4-
<!-- This app can appear on top of other apps -->
4+
5+
<uses-permission android:name="android.permission.INTERNET" />
56
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
67
<uses-permission
78
android:name="android.permission.PACKAGE_USAGE_STATS"
@@ -17,6 +18,7 @@
1718
android:label="@string/app_name"
1819
android:resizeableActivity="true"
1920
android:roundIcon="@mipmap/ic_launcher_round"
21+
android:supportsRtl="true"
2022
android:theme="@style/BaseTheme">
2123

2224
<activity

0 commit comments

Comments
 (0)