Skip to content
Jiaheng Ge edited this page Apr 18, 2017 · 1 revision

You can apply multiply filters against some set of type:

Matisse.from(MainActivity.this)
    ...
    .addFilter(Filter filter)
    .forResult(REQUEST_CODE_CHOOSE);

There is a filter implementation in the sample.

Clone this wiki locally