📜  android 从本地设备上取照片 - Java 代码示例

📅  最后修改于: 2022-03-11 14:52:44.384000             🧑  作者: Mango

代码示例1
intent = new Intent(Intent.ACTION_PICK, android.provider.MediaStore.Images.Media.EXTERNAL_CONTENT_URI);
 startActivityForResult(intent, TFRequestCodes.GALLERY);