简体   繁体   English

我想上传图片代码在 Google Pixel 和所有手机上运行良好,但在发生 MI 移动问题时,无法从图库上传图片

[英]I wanna upload image code is working well on Google pixel and all mobiles but on MI mobile issue occurring, unable to upload image from gallery

I wanna upload image code is working well on Google pixel and all mobiles but on MI mobile issue occurring, unable to upload image from gallery.我想上传图片代码在 Google Pixel 和所有手机上运行良好,但在发生 MI 移动问题时,无法从图库上传图片。

So can anyone suggest me what will be solution for this那么任何人都可以建议我解决这个问题吗

打开您的移动设置并转到开发人员选项并点击它 7 次也许这可以帮助您连接。

You need to add flags in Intent.您需要在 Intent 中添加标志。 I think you are running less than Oreo version or AP我认为您运行的低于 Oreo 版本或 AP

 intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM