5

I want my Activity could accept jpg by Gallery. so i set

Intent picker = new Intent (Intent.ACTION_PICK);
picker.setType ("image/jpeg");

But the gallery still shows images of all formats . how can I let the gallery only shows what I need? Whether I need to customize the gallery?

GeminiYellow
  • 1,016
  • 2
  • 12
  • 34

0 Answers0