积跬步

Just do IT Now.


  • Home

  • Tags

  • Categories

  • Archives

  • Search

功能-微信

Posted on 2021-11-26 | In Android代码片段

调起微信

原文链接

1
2
3
4
5
6
Intent lan = .getPackageManager().getLaunchIntentForPackage("com.tencent.mm");
Intent intent = new Intent(Intent.ACTION_MAIN);
intent.addCategory(Intent.CATEGORY_LAUNCHER);
intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
intent.setComponent(lan.getComponent());
startActivity(intent);
# 安卓代码片段
判断是否是Debug模式
优化-今日头条 ANR 优化实践系列分享-实例剖析集锦
  • Table of Contents
  • Overview

285 posts
21 categories
44 tags
E-Mail CSDN
  1. 调起微信
0%
© 2018 — 2025 阿炳
Powered by Hexo
|
Theme — NexT.Gemini v5.1.4