我尝试了以下内容:
<input type = "file" accept = "image/*"> </input>
它提供了选择相机或图库之一的选项。有什么办法可以直接推出Gallery吗?
答案 0 :(得分:1)
使用它。
Intent LaunchIntent = getPackageManager().getLaunchIntentForPackage("Package.name.of.Gallery");
startActivity(LaunchIntent);
包名通常是这样的:com.android.gallery3d