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?