我正在尝试重现我的android应用程序在我的活动的Image Chooser意图中获得的一些异常:
Intent intent = new Intent();
intent.setType("image/*");
intent.setAction(Intent.ACTION_GET_CONTENT);
startActivityForResult(Intent.createChooser(intent, "Select Picture"), INTENT_REQUEST_GALLERY);
有没有人知道如何重现像这样返回picasa内容提供商的步骤: 内容://com.google.android.gallery3d.provider/picasa/item/5893756913818770722