当前位置:网站首页>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);
}
边栏推荐
- LeetCode二叉树系列——145.二叉树的后序遍历
- LeetCode二叉树系列——144.二叉树的最大深度
- EasyV数字孪生流域|宁波智慧水利整体智治综合应用
- 自动化测试之数据驱动DDT详细篇
- Conversion between pytorch and keras (the code takes LeNet-5 as an example)
- Allure进阶-动态生成报告内容
- Simple understanding of Precision, Recall, Accuracy, TP, TN, FP, FN
- 【VMware虚拟机安装mysql5.7教程】
- NFTScan 与 PANews 联合发布多链 NFT 数据分析报告
- 43.【list链表的定义及初始化】
猜你喜欢
5. DOM
Start learning C language
Flask框架——Sijax
LeetCode二叉树系列——199二叉树的右视图
无代码开发平台应用可见权限设置入门教程
Understand the Chisel language. 29. Chisel advanced communication state machine (1) - communication state machine: take the flash as an example
内容产品进化三板斧:流量、技术、产品形态
吃透Chisel语言.29.Chisel进阶之通信状态机(一)——通信状态机:以闪光灯为例
记面试外包公司的一次经历,到底该不该去?
双碳目标下:农田温室气体排放模拟
随机推荐
【Vue.js 3.0源码】KeepAlive 组件:如何让组件在内存中缓存和调度?
六面蚂蚁金服,抗住面试官的狂轰乱炸,前来面试复盘
关于容器的小案例
Androd 跳转到google应用市场
3 years of software testing experience, the interview requires a monthly salary of 22K, obviously he has memorized a lot of interview questions...
Recommended open source tools: MegPeak, a high-performance computing tool
No-code development platform application visible permission setting introductory tutorial
Classic test interview questions set - logical reasoning questions
获取Google Advertising ID作为唯一识别码
sql中ddl和dml(sql与access的区别)
国内数字藏品的乱象与未来
Remember an experience of interviewing an outsourcing company, should you go?
Eclipse connects to SQL server database "recommended collection"
CF338E Optimize!
Flask框架——Flask-SQLite数据库
时序数据库在船舶风险管理领域的应用
Teach you how to write an eye-catching software testing resume, if you don't receive an interview invitation, I will lose
Chapter6 : Has Artificial Intelligence Impacted Drug Discovery?
关于String的一些思考
Container sorting case