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

Commit 2dcf1fa5 authored by narinder Rana's avatar narinder Rana
Browse files

setup ui-sdk for ions and test for one icon

parent f18f6ec8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -5,7 +5,8 @@ LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)

LOCAL_SRC_FILES := $(call all-java-files-under, src)

LOCAL_STATIC_JAVA_LIBRARIES = org.lineageos.platform.sdk
LOCAL_PRIVATE_PLATFORM_APIS := true
LOCAL_PACKAGE_NAME := DocumentsUI
LOCAL_PRIVATE_PLATFORM_APIS := true
LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res
+1 −1
Original line number Diff line number Diff line
@@ -202,7 +202,7 @@ public class RootInfo implements Durable, Parcelable, Comparable<RootInfo> {

        if (isHome()) {
            derivedType = TYPE_LOCAL;
            derivedIcon = R.drawable.ic_root_documents;
            derivedIcon = lineageos.platform.R.drawable.ic_folder;//R.drawable.ic_root_documents;
        } else if (isMtp()) {
            derivedType = TYPE_MTP;
            derivedIcon = R.drawable.ic_usb_storage;