0

我正在尝试重现我的 android 应用程序在我的活动的图像选择器意图期间遇到的一些异常:

Intent intent = new Intent();
intent.setType("image/*");
intent.setAction(Intent.ACTION_GET_CONTENT);
startActivityForResult(Intent.createChooser(intent, "Select Picture"), INTENT_REQUEST_GALLERY);

有谁知道我如何重现返回 picasa 内容提供程序 uri 的步骤,如下所示: content://com.google.android.gallery3d.provider/picasa/item/5893756913818770722

4

0 回答 0