Loading packages/DocumentsUI/src/com/android/documentsui/RootsCache.java +1 −0 Original line number Diff line number Diff line Loading @@ -102,6 +102,7 @@ public class RootsCache { mRecentsRoot.authority = null; mRecentsRoot.rootId = null; mRecentsRoot.derivedIcon = R.drawable.ic_root_recent; mRecentsRoot.derivedType = RootInfo.TYPE_RECENTS; mRecentsRoot.flags = Root.FLAG_LOCAL_ONLY | Root.FLAG_SUPPORTS_CREATE | Root.FLAG_SUPPORTS_IS_CHILD; mRecentsRoot.title = mContext.getString(R.string.root_recent); Loading Loading
packages/DocumentsUI/src/com/android/documentsui/RootsCache.java +1 −0 Original line number Diff line number Diff line Loading @@ -102,6 +102,7 @@ public class RootsCache { mRecentsRoot.authority = null; mRecentsRoot.rootId = null; mRecentsRoot.derivedIcon = R.drawable.ic_root_recent; mRecentsRoot.derivedType = RootInfo.TYPE_RECENTS; mRecentsRoot.flags = Root.FLAG_LOCAL_ONLY | Root.FLAG_SUPPORTS_CREATE | Root.FLAG_SUPPORTS_IS_CHILD; mRecentsRoot.title = mContext.getString(R.string.root_recent); Loading