commit | b4ebbf8c3f38f2df8c49f88093230a1e49104e0f | [log] [tgz] |
---|---|---|
author | Joey <joey@lineageos.org> | Fri Dec 28 11:51:32 2018 +0100 |
committer | Bruno Martins <bgcngm@gmail.com> | Mon Dec 31 22:51:28 2018 +0100 |
tree | 11b55de14f09e3261133e7d3993e3fb50c26c3b6 | |
parent | 26b6abac8b1db82c43866cf3dba520b0c787ad01 [diff] |
lineage: open sdcard root when launching DocumentsUI Change-Id: I2df25d81ad3c281f4797cd34f69e75ab4e2fa5cc Signed-off-by: Joey <joey@lineageos.org>
diff --git a/overlay/common/packages/apps/DocumentsUI/res/values/config.xml b/overlay/common/packages/apps/DocumentsUI/res/values/config.xml index 0acd99f..3d225cc 100644 --- a/overlay/common/packages/apps/DocumentsUI/res/values/config.xml +++ b/overlay/common/packages/apps/DocumentsUI/res/values/config.xml
@@ -20,4 +20,5 @@ as Files app. Including showing of the Documents and "advanced" roots. --> <bool name="show_documents_root">true</bool> + <string name="default_root_uri" translatable="false">content://com.android.externalstorage.documents/root/primary</string> </resources>