当前位置:网站首页>Android jump to google app market
Android jump to google app market
2022-07-30 14:35:00 【The Internet baby pandas】
public static void gotoGoogleMarket(Context context, String packageName) {
Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setData(Uri.parse("https://play.google.com/store/apps/details?id=" + packageName));
intent.setPackage("com.android.vending");
intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
context.startActivity(intent);
}
边栏推荐
- NFTScan 与 PANews 联合发布多链 NFT 数据分析报告
- 经典测试面试题集—逻辑推理题
- UPC2022 Summer Individual Training Game 19 (B, P)
- Container sorting case
- JSON常用注解
- 3年软件测试经验面试要求月薪22K,明显感觉他背了很多面试题...
- (一)Multisim安装与入门
- Why did I switch from developer to testing, 3 years software testing engineer, tell you the secret of this
- How awesome is the "12306" architecture?
- Eclipse connects to SQL server database "recommended collection"
猜你喜欢

LeetCode_98_验证二叉搜索树

吃透Chisel语言.28.Chisel进阶之有限状态机(二)——Mealy状态机及与Moore状态机的对比

如何在 TiDB Cloud 上使用 Databricks 进行数据分析 | TiDB Cloud 使用指南

华为7年经验的软件测试总监,给所有想转行学软件测试的朋友几点建议

Data Middle Office Construction (5): Breaking Enterprise Data Silos and Extracting Data Value

LeetCode二叉树系列——144.二叉树的最大深度

开始学习C语言了

Flask Framework - Sijax

(HR面试)最常见的面试问题和技巧性答复

为什么做软件测试一定要学自动化?谈谈我眼中自动化测试的价值
随机推荐
A Small Case About Containers
Conversion between pytorch and keras (the code takes LeNet-5 as an example)
ddl and dml in sql (the difference between sql and access)
cookie模拟登录「建议收藏」
跳槽前,把自己弄成卷王
获取Google Advertising ID作为唯一识别码
No-code development platform all application settings introductory tutorial
吃透Chisel语言.29.Chisel进阶之通信状态机(一)——通信状态机:以闪光灯为例
43.【list链表的定义及初始化】
EasyV数字孪生流域|宁波智慧水利整体智治综合应用
新一代开源免费的终端工具,太酷了
Androd 跳转到google应用市场
(HR Interview) Most Common Interview Questions and Skilled Answers
查阅所连接过的WiFi所有信息(含密码)(访问历史所有WiFi连接)
LeetCode二叉树系列——116.填充每个节点的下一个右侧指针
eclipse连接SQL server数据库「建议收藏」
How awesome is the "12306" architecture?
Flask框架——Sijax
Flask Framework - Sijax
mongodb打破原则引入SQL,它到底想要干啥?