I am building a custom gallery in my app by populating it from Android gallery through intent. This is working fine but now I want to filter images.

For example I do not want all the images from the Android gallery but only images that were taken on a specific date. Can I set some filter or pack some extra parameters with my intent to Andriod gallery so that a subset of images that are required are returned?

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top