fun scanQR() {
try {
val intent = context.packageManager.getLaunchIntentForPackage("com.tencent.mm")
intent!!.putExtra("LauncherUI.From.Scaner.Shortcut", true)
context.startActivity(intent)
} catch (e: Exception) {
e.printStackTrace()
}
}
版权属于:
Kornan
作品采用:
《
署名-非商业性使用-相同方式共享 4.0 国际 (CC BY-NC-SA 4.0)
》许可协议授权
评论