标签: android android-intent gallery
我有一个action_pick,当我在库中选择图像时,我想创建一个包含文件名和目录的String。有谁知道怎么做?
我的代码
startActivityForResult( new Intent(Intent.ACTION_PICK, android.provider.MediaStore.Images.Media.INTERNAL_CONTENT_URI), 999);
答案 0 :(得分:0)
搜索是您的朋友:how to pick a image from gallery (SD Card) for my app in android?