function gotoOptions() {//打开设置页面
app.startActivity({
action: "android.intent.action.MAIN",
packageName: "com.tencent.mm",
className: "com.tencent.mm.ui.LauncherUI",
category: [android.intent.category.MULTIWINDOW_LAUNCHER,android.intent.category.LAUNCHER]
});
return;
}
gotoOptions();

已存档
9110129 · 2 年前

回答

神秘机师
2.27k
· 2 年前

要给后台弹窗权限,或者切 hamibot 到前台再启动别的 app