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.
我在文件夹中有一个 pdf 列表。我想显示文件管理器选择一个文件夹(不是 pdf)。然后应用程序将扫描选定的文件夹并列出 pdf。
这可以通过文件管理器意图实现吗?
Android 中没有文件管理器。第三方文件管理器可能会或可能不会提供某种文件夹选择Intent操作。
Intent
我建议您直接在应用程序中实现此 UI。搜索android pick folder会出现一些候选库和代码示例,例如这篇博文和这个开源项目。
android pick folder