如何在Android中测试Picasa内容提供商

时间:2013-08-08 17:21:22

标签: android picasa

我正在尝试重现我的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

0 个答案:

没有答案