Merge "Do not make files in zip disabled in ACTION_VIEW." into nyc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
69e3618f07
@@ -70,11 +70,7 @@ public abstract class FragmentTuner {
|
||||
}
|
||||
|
||||
public boolean isDocumentEnabled(String docMimeType, int docFlags) {
|
||||
if (isDirectory(docMimeType)) {
|
||||
return true;
|
||||
}
|
||||
|
||||
return MimePredicate.mimeMatches(mState.acceptMimes, docMimeType);
|
||||
return true;
|
||||
}
|
||||
|
||||
abstract void onModelLoaded(Model model, @ResultType int resultType, boolean isSearch);
|
||||
|
||||
Reference in New Issue
Block a user