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.
在我的应用程序中,我希望用户能够打开与 WhatsApp 和联系人中的文件选择器相同的文件选择器来选择个人资料图片。
谁能指导我如何实现这一点?
对于 OS 6.0 及更高版本,这非常简单。使用文件选择器:
FilePicker picker = FilePicker.getInstance(); picker.setView(FilePicker.VIEW_PICTURES); picker.show();