如何创建从图库中选择多个图像的意图?

时间:2018-06-29 10:36:52

标签: android tomtom

intent.setAction(Intent.ACTION_GET_CONTENT);
intent.putExtra(Intent.EXTRA_ALLOW_MULTIPLE, true);

此意图应允许用户浏览并从其设备中选择多个图像。它应该可以在Android 4.3上运行,但不能在我正在开发的TomTom Bridge上运行。

我发现适用于Samsung设备(http://coder-jeff.blogspot.com/2016/05/how-to-pick-multiple-files-from.html)的多选图库的未记录Intent。

TomTom上有任何类似的东西吗?

1 个答案:

答案 0 :(得分:0)

您可以使用此library进行多项选择

在gradle中

compile 'com.zfdang.multiple-images-selector:multiple-images-selector:1.1.3'

这是另外一个library,用于从图库中进行多重选择。