如何了解Android中的标准应用?

时间:2011-05-18 18:55:03

标签: android android-intent file-browser

如何在Android> = API级别7上触发默认的文件浏览应用? Android没有这样的应用程序,那么有android.intent.action.fileexplore之类的Intent吗?如何确定是否安装了可以显示文件夹内容的应用程序?我怎么能和它“说话”呢?

非常感谢!

好吧 S上。

1 个答案:

答案 0 :(得分:2)

  

如何在Android> = API级别7上启动文件浏览的默认应用程序?

Android中没有这样的概念。

  

Android没有这样的app,所以有没有像android.intent.action.fileexplore这样的Intent?

没有

  

如何确定是否安装了可以显示文件夹内容的应用程序?

您可以尝试ACTION_PICK IntentUri指向相关文件夹,但我的猜测是,99.9%的Android设备无法回复此问题{ {1}}。