summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/AndroidManifest.xml b/ui/AndroidManifest.xml
index 97147454..f707dfbd 100644
--- a/ui/AndroidManifest.xml
+++ b/ui/AndroidManifest.xml
@@ -10,7 +10,8 @@
android:label="@string/app_label"
android:icon="@mipmap/ic_launcher_download"
android:hardwareAccelerated="true"
- android:supportsRtl="true">
+ android:supportsRtl="true"
+ android:requiredForAllUsers="true">
<activity android:name=".DownloadList"
android:launchMode="singleTop"