How to open gallery and select only image and video only now I am using this code but showing all like contact and all

前端 未结 0 734
夕颜
夕颜 2021-01-01 05:42

Intent photoPickerIntent = new Intent(Intent.ACTION_PICK);

photoPickerIntent.setType("/");

startActivityForResult(photoPickerIntent, Constan

相关标签:
回答
  • 消灭零回复
提交回复
热议问题