Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Cordova 中,如何检测设备是否有华为应用程序库?
建议在cordova plugin中添加cordova-plugin-appavailability,然后查看AppGallery包是否存在。
appAvailability.check("com.huawei.appmarket",function () { alert('Huawei App market exist'); },function () { alert('There is no Huawei App market'); });