Android 打开相册,选择一张图片并返回
摘要:
Android 打开相册,选择一张图片并返回一 打开相册private static final int ALBUM_OK = 0;Intent albumIntent = new Intent(Intent.ACTION_PICK, null); albumIntent.setDataAndT... 阅读全文
posted @ 2015-04-23 19:38 那迦罗 阅读(4032) 评论(0) 推荐(0) 编辑