365不让提款-日博365bet体育在线-网上365体育买球波胆提现

深度阅读体验

网上365体育买球波胆提现

android 系统分享的微信报错获取资源失败

项目场景: andoird 调用系统分享-点击微信分享获取资源失败 问题描述: andoird 调用系统分享-点击微信分享获取资源失败 调起系统分享的代码:

android 系统分享的微信报错获取资源失败

项目场景:

andoird 调用系统分享-点击微信分享获取资源失败

问题描述:

andoird 调用系统分享-点击微信分享获取资源失败

调起系统分享的代码:

Intent intent = new Intent(Intent.ACTION_SEND);

if (jsonObject.has("image") && !TextUtils.isEmpty(jsonObject.optString("image"))) {

intent.setType("image/*"); //分享图片

byte[] bytes = Base64.decode(jsonObject.optString("image"), Base64.NO_WRAP);

Bitmap bitmap = BitmapFactory.decodeByteArray(bytes, 0, bytes.length);

if (bitmap != null) {

String fileUrl = MediaStore.Images.Media.insertImage(getContentResolver(), bitmap, null, null);

if(TextUtils.isEmpty(fileUrl)){// 插入系统相册失败时保存文件 upd 2019-04-13 19:00:41

fileUrl = saveFile(bitmap,100);

}

final Uri fileUri = Uri.parse(fileUrl);

intent.putExtra(Intent.EXTRA_STREAM, fileUri); //传输图片或者文件 采用流的方式

}

} else {

intent.setType("text/plain");//分享文本

}

String content=null;

if (jsonObject.has("title") && !TextUtils.isEmpty(jsonObject.optString("title"))) {

intent.putExtra(Intent.EXTRA_TITLE, jsonObject.optString("title"));

intent.putExtra(Intent.EXTRA_SUBJECT, jsonObject.optString("title"));

content=jsonObject.optString("title");

}

if (jsonObject.has("url") && !TextUtils.isEmpty(jsonObject.optString("url"))) {

content+=jsonObject.optString("url");

intent.putExtra(Intent.EXTRA_TEXT,content); //附带的说明信息

intent.putExtra("Kdescription", content);

}else{

intent.putExtra("Kdescription",content);

}

startActivity(Intent.createChooser(intent, "分享到"));

原因分析:

这样写时调起系统分享,点击微信分享时会弹出资源获取失败的toast

解决方案:

这样写时调起系统分享,点击微信分享时会弹出资源获取失败的toast

解决方案为:添加两句代码

Intent最好加上这个flag,intent.addFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION | Intent.FLAG_GRANT_WRITE_URI_PERMISSION);

在分享文本等的时候必须加上intent.putExtra(Intent.EXTRA_TEXT,content);

相关阅读

365不让提款 貌和神打一成语(形容貌和神的成语)(21个)

貌和神打一成语(形容貌和神的成语)(21个)

貌和神打一成语(形容貌和神的成语):圣神文武,心到神知,心弛神往,心旷神怡,心旷神恬,心旷神愉,心旷神飞,心神不定,心胸开阔,心荡神怡,心荡神摇

日博365bet体育在线 [科普中国]-蠓科

[科普中国]-蠓科

蠓科指的是节肢动物门,六足亚门,昆虫纲,有翅亚纲,双翅目长角亚目的1科。体、足相对粗短,无单眼,前缘脉伸达翅顶,停歇时翅平置背上