是否可以使用html5打开Android设备的图库

时间:2014-06-05 06:16:01

标签: android html5

我尝试了以下内容:

<input type = "file" accept = "image/*"> </input>

它提供了选择相机或图库之一的选项。有什么办法可以直接推出Gallery吗?

1 个答案:

答案 0 :(得分:1)

使用它。

Intent LaunchIntent = getPackageManager().getLaunchIntentForPackage("Package.name.of.Gallery");
        startActivity(LaunchIntent);

包名通常是这样的:com.android.gallery3d