gpt4 book ai didi

android - 仅在 android 内置图库中打开图像

转载 作者:塔克拉玛干 更新时间:2023-11-02 22:49:28 26 4
gpt4 key购买 nike

我只需要打开内置图库中的图像,不需要 Intent 选择器。如果我使用 ACTION_VIEW,我会自动获得选择器。

有什么办法吗?

发送,

最佳答案

这将打开画廊(不是选择器)。在 Galacxy S 上测试 Android 2.3.3

Intent intent = new Intent(Intent.ACTION_VIEW,android.provider.MediaStore.Images.Media.EXTERNAL_CONTENT_URI);
startActivityForResult(intent, 0);

关于android - 仅在 android 内置图库中打开图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7119757/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com