Android打开系统相册页面

问题:Android 直接代开系统的Gallery相册


代码:

Intent intent = new Intent(Intent.ACTION_PICK, MediaStore.Images.Media.EXTERNAL_CONTENT_URI);
startActivityForResult(intent, CHOOSE_PHOTO); // 打开相册

猜你喜欢

转载自blog.csdn.net/m782008517/article/details/72190087
今日推荐