From e336af4d37af25d9261439d4ec0c153aa897dfbe Mon Sep 17 00:00:00 2001 From: Jeff Sharkey Date: Thu, 11 Apr 2013 11:08:10 -0700 Subject: Downloads should always be available. Bug: 8596021 Change-Id: I56149da0519915764f5c38a8141e1a7dcfff5b25 --- ui/AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ui') 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">