Android调用相机相册并显示照片在ImageView

public static final int TAKE_PHOTO = 1; public static final int CHOOSE_PHOTO = 2; public static final int CROP_REQUEST_CODE = 5; /** * 文件相关 */ private File outputImage;
相关文章
相关标签/搜索