Android 私人照片图库
如何使用默认的 Android 图库仅显示应用程序的照片?基本上我只需要在图库上显示我的应用程序照片。
非常感谢
How can I use default Android gallery to display only application's photos? Basically I need to display only my application photos on gallery.
Many Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当然!您必须参数化启动图库应用程序的 Intent:将 Action 设置为 Intent.ACTION_PICK。将 MIME 类型设置为 图像类型之一 或 image/* 。将数据设置为要显示的文件的 Uri。
Sure! You have to parametrize the Intent that is launching the Gallery Application: Set Action to Intent.ACTION_PICK. Set MIME type to one of the image types, or image/* . Set the data to the file to be shown's Uri.