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

Commit ca9efa6a authored by Steve McKay's avatar Steve McKay Committed by Android (Google) Code Review
Browse files

Merge "Remove "HOME" directory. Use "Documents" instead." into nyc-dev

parents c9d9fa7c 3eafe2f6
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;