Ionic在Android设备上安装应用程序

问题描述:

我是离子框架和移动应用程序的新手,是否有任何插件或方法可以获取Android设备上安装的应用程序列表?

I'm new at ionic framework and mobile apps, Is there any plugin or method to get list of installed apps on android devices?

确实有一个现成的Cordova插件可以提供设备中已安装应用的列表。这个 AppList插件应该可以帮到你。

There is indeed a readymade Cordova plugin available that gives the list of installed apps in the device. This AppList Plugin should help you out.

事实上,它也提供了应用程序图标。

Infact it gives the app icon as well.