手动处理URI任务

时间:2015-10-10 09:14:45

标签: android android-intent

我需要在我的Android应用程序中从SD卡中选择一个图像。 我使用URI通过以下代码运行设备应用程序:

Intent photoPickerIntent = new Intent(Intent.ACTION_PICK);
photoPickerIntent.setType("image/*");
startActivityForResult(photoPickerIntent, SELECT_PHOTO);

我想知道在我的应用中自己处理URI上述任务是否明智,或者它会导致this等问题。

1 个答案:

答案 0 :(得分:0)

是的,罚款且没有风险。如果您正试图从本地存储中获取图像,这是一个很好的库:

https://github.com/jaydeepw/poly-picker