使用startAbility()方法,传入对应的bundleName,参考代码如下:this.context.startAbility({ action: "action.settings.app.info", parameters: { "settingsParamBundleName": "your app bundleName" } })
使用startAbility()方法,传入对应的bundleName,参考代码如下: