Merge "Fix extract_utils when not using blob sections" into android-8.0
diff --git a/overlay/common/frameworks/base/packages/DocumentsUI/res/values/config.xml b/overlay/common/packages/apps/DocumentsUI/res/values/config.xml
similarity index 69%
rename from overlay/common/frameworks/base/packages/DocumentsUI/res/values/config.xml
rename to overlay/common/packages/apps/DocumentsUI/res/values/config.xml
index 14183d5..b3cfce3 100644
--- a/overlay/common/frameworks/base/packages/DocumentsUI/res/values/config.xml
+++ b/overlay/common/packages/apps/DocumentsUI/res/values/config.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2016 The Omnirom Open Source Project
+<!-- Copyright (C) 2015 The Android Open Source Project
 
      Licensed under the Apache License, Version 2.0 (the "License");
      you may not use this file except in compliance with the License.
@@ -15,8 +15,5 @@
 -->
 
 <resources>
-    <!-- Flags setup as productivity oriented in which case Downloads app will be presented
-             as Files app. Including showing of the Documents and "advanced" roots. -->
-    <bool name="productivity_device">true</bool>
-
+    <bool name="show_documents_root">true</bool>
 </resources>
diff --git a/prebuilt/app/Turbo/Turbo.apk b/prebuilt/app/Turbo/Turbo.apk
index 07b78e6..5ff8d73 100644
--- a/prebuilt/app/Turbo/Turbo.apk
+++ b/prebuilt/app/Turbo/Turbo.apk
Binary files differ