gpt4 book ai didi

android - 我们可以使用 Android 支持库将 Intent.EXTRA_ALLOW_MULTIPLE 用于旧版本的 Android API 级别吗?

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

根据 Intent.EXTRA_ALLOW_MULTIPLE文档:

Used to indicate that a ACTION_GET_CONTENT intent can allow the user to select and return multiple items. This is a boolean extra; the default is false. If true, an implementation of ACTION_GET_CONTENT is allowed to present the user with a UI where they can pick multiple items that are all returned to the caller. When this happens, they should be returned as the getClipData() part of the result Intent.

因此我们可以将其用作:

startActivityForResult(new Intent(Intent.ACTION_GET_CONTENT).putExtra(Intent.EXTRA_ALLOW_MULTIPLE, true).setType("image/*");

但这仅适用于 Android API 18+。

所以我的问题是我们可以使用 Android 支持库将它用于旧版本的 Android API 级别吗?

如果是,怎么做?

最佳答案

can we use it for older versions of Android API levels using Android Support Library?

不,我们不能,Intent.EXTRA_ALLOW_MULTIPLE 不包含在 Android 支持库中,至少目前是这样。

关于android - 我们可以使用 Android 支持库将 Intent.EXTRA_ALLOW_MULTIPLE 用于旧版本的 Android API 级别吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19068842/

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