gpt4 book ai didi

android - 获取所有应用列表

转载 作者:IT王子 更新时间:2023-10-29 07:11:41 30 4
gpt4 key购买 nike

如何获取所有 Android 应用程序的列表(不包括系统应用程序)?另外,我怎样才能获得通常可以通过长按应用程序图标获得的快速操作。

最佳答案

要从 flutter 中获取应用列表,请尝试 device apps插件:

List<Application> apps = await DeviceApps.getInstalledApplications(
onlyAppsWithLaunchIntent: true,
includeSystemApps: false,
);

关于android - 获取所有应用列表,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56007167/

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