1、打开系统相册
Intent intent = new Intent(Intent.ACTION_VIEW);

intent.setType("vnd.android.cursor.dir/image");//图片列表

startActivity(intent);

2、打开系统视频
Intent intent = new Intent(Intent.ACTION_VIEW);

intent.setType("vnd.android.cursor.dirideo");//视频列表

startActivity(intent);

  

转载于:https://www.cnblogs.com/stylsw/p/5132322.html

Logo

汇聚全球AI编程工具,助力开发者即刻编程。

更多推荐