在android中的原生imageViewer中查看图像
我已经检索到图像的uri 但是当我使用
startActivity(new Intent(Intent.ACTION_VIEW,mediaUri));
时该图像是在图像查看器中查看的,但我也可以看到其他画廊图像。
如何避免这种情况。
我只想在图像查看器中打开单个图像。
I have retrieved the uri of the image
But when i use
startActivity(new Intent(Intent.ACTION_VIEW,mediaUri));
the image is viewed in image viewer but i can also see other gallery images.
How to avoid this.
I only want the single image to open in image viewer.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这可能对你有帮助
This may help you