Instagram的份額的意圖其實我想通過意向在Android電子
I found this solution for images saved on sdcard分享的Instagram的圖片,但我想在現場圖像做相同(鏈接)
我試着用
Intent shareIntent = new Intent(android.content.Intent.ACTION_SEND);
shareIntent.setType("image/*");
shareIntent
.putExtra(
Intent.EXTRA_STREAM,
Uri.parse("http://www.alliswell.biz/images/products/art/alliswell_signs/yellowB.jpg"));
shareIntent.setPackage("com.instagram.android");
startActivity(shareIntent);
但它不工作..請幫助。
編輯
當我開始上述意圖它會打開我的安裝Instagram的應用程序,它會立即完成的Instagram和烤麪包的消息來「無法下載文件」
其實它並沒有分別解析鏈接和圖像。什麼應該是問題?
定義*不工作*。任何錯誤消息? – Raptor 2013-04-30 10:06:08
「無法下載文件」。消息來自Instagram的應用程序 – 2013-04-30 10:10:21
這裏同樣的問題。試圖找出圖像是否存在。 – 2013-08-09 13:01:12