打开微信扫一扫(root)
<pre><code class="language-js">context.startActivity(app.intent({
action: "VIEW",
className: "com.tencent.mm.ui.LauncherUI",
packageName: "com.tencent.mm",
extras: {
"LauncherUI.From.Scaner.Shortcut": true
}
}).setFlags(335544320));
</code></pre>