Loading src/com/android/documentsui/MultiRootDocumentsLoader.java +1 −1 Original line number Diff line number Diff line Loading @@ -292,7 +292,7 @@ public abstract class MultiRootDocumentsLoader extends AsyncTaskLoader<Directory } protected boolean isDocumentsMovable() { return false; return true; } protected abstract QueryTask getQueryTask(String authority, List<RootInfo> rootInfos); Loading Loading
src/com/android/documentsui/MultiRootDocumentsLoader.java +1 −1 Original line number Diff line number Diff line Loading @@ -292,7 +292,7 @@ public abstract class MultiRootDocumentsLoader extends AsyncTaskLoader<Directory } protected boolean isDocumentsMovable() { return false; return true; } protected abstract QueryTask getQueryTask(String authority, List<RootInfo> rootInfos); Loading