Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想直接在 Action_Get_Content 中打开图库,但它会显示一个弹出窗口,询问选择图片 BLUETOOTH FILE TRANSFER 和 GALLERY 等选项。如果有人可以帮助我,我会非常感谢他。
如果您不知道您的手机图库应用程序的包名称,将始终显示一个弹出对话框。
如果你得到包名,intent.setPackage(name) 将帮助你直接启动画廊。