获取手机是否安装某第三方App
// 检查是否安装了第三方App this.$bridge.getAppIsInstalled({ packageName: 'com.tencent.mm' }).then(res => { console.log(res) })
← connectExternalApplication 连接外部应用 hasCheckGooglePlayServices 检查Google Play服务 →