We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dde488 commit 7036702Copy full SHA for 7036702
app/src/main/AndroidManifest.xml
@@ -1,7 +1,8 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3
xmlns:tools="http://schemas.android.com/tools">
4
- <!-- This app can appear on top of other apps -->
+
5
+ <uses-permission android:name="android.permission.INTERNET" />
6
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
7
<uses-permission
8
android:name="android.permission.PACKAGE_USAGE_STATS"
@@ -17,6 +18,7 @@
17
18
android:label="@string/app_name"
19
android:resizeableActivity="true"
20
android:roundIcon="@mipmap/ic_launcher_round"
21
+ android:supportsRtl="true"
22
android:theme="@style/BaseTheme">
23
24
<activity
0 commit comments