Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3eafe2f6 authored by Steve McKay's avatar Steve McKay
Browse files

Remove "HOME" directory. Use "Documents" instead.

Use "Folder" as home icon for now.

Bug:27148009
Change-Id: I9f57bba1c8e51ae7887861923f5baa8f69ec2e6e
parent 1fb41a4a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,5 +20,5 @@ Copyright (C) 2015 The Android Open Source Project
        android:viewportHeight="24.0">
    <path
        android:fillColor="#FF000000"
        android:pathData="M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z"/>
        android:pathData="M10 4H4c-1.1 0,-1.99.9,-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2,-.9 2,-2V8c0,-1.1,-.9,-2,-2,-2h-8l-2,-2z"/>
</vector>
+1 −1
Original line number Diff line number Diff line
@@ -171,7 +171,7 @@ public class RootInfo implements Durable, Parcelable {

        // TODO: remove these special case icons
        if (isHome()) {
            derivedIcon = R.drawable.ic_root_home;
            derivedIcon = R.drawable.ic_root_documents;
            derivedType = TYPE_LOCAL;
        } else if (isExternalStorage()) {
            derivedIcon = R.drawable.ic_root_smartphone;