Update DocumentsUI overlay for Oreo

The DocumentsUI overlay needs to be updated:

  * the DocumentsUI package moved from
    frameworks/base/packages/DocumentsUI
    to packages/apps/DocumentsUI

  * the tag "productivity_device" in res/values/config.xml
    has been renamed to "show_documents_root"

Change-Id: Id9028e5b92a98ac1f9fdb34cb5a0222be70d8596
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 94%
rename from overlay/common/frameworks/base/packages/DocumentsUI/res/values/config.xml
rename to overlay/common/packages/apps/DocumentsUI/res/values/config.xml
index 2075f42..0acd99f 100644
--- a/overlay/common/frameworks/base/packages/DocumentsUI/res/values/config.xml
+++ b/overlay/common/packages/apps/DocumentsUI/res/values/config.xml
@@ -18,6 +18,6 @@
 
     <!-- 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>