当前位置:网站首页>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);
}
边栏推荐
- ESP32 反复重启问题 Arduino屏蔽断电探测器
- LeetCode二叉树系列——144.二叉树的最大深度
- 六面蚂蚁金服,抗住面试官的狂轰乱炸,前来面试复盘
- [C# 循环跳转]-C# 中的 while/do-while/for/foreach 循环结构以及 break/continue 跳转语句
- Redis6.0 source code learning (5) ziplist
- [VMware virtual machine installation mysql5.7 tutorial]
- 数字信号处理课程实验报告(数字信号处理需要什么基础)
- 容器排序案例
- PyQt5快速开发与实战 9.1 使用PyInstaller打包项目生成exe文件
- 从实例来看DAO:权力分散的伟大尝试
猜你喜欢

业内人士真心话:只会测试没有前途的,我慌了......

关于容器的小案例

Why did I switch from developer to testing, 3 years software testing engineer, tell you the secret of this

VLAN实验

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

Application of time series database in the field of ship risk management

There is a risk of water ingress in the battery pack tray and there is a potential safety hazard. 52,928 Tang DMs are urgently recalled

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

Conversion between pytorch and keras (the code takes LeNet-5 as an example)

How awesome is the "12306" architecture?
随机推荐
CF1320E Treeland and Viruses
MPSK抗噪声性能对比(即MPSK标准误码率曲线)
[VMware virtual machine installation mysql5.7 tutorial]
浅析显卡市场的未来走向:现在可以抄底了吗?
eclipse连接SQL server数据库「建议收藏」
The main content of terrain analysis (the special effect level of the wandering earth)
MQTT网关读取西门子PLC数据传输到阿里云平台案例教程
A new generation of open source free terminal tools, so cool
地形分析的主要内容(流浪地球的特效水平)
The way of programmers' cultivation: do one's own responsibilities, be clear in reality - lead to the highest realm of pragmatism
Eclipse connects to SQL server database "recommended collection"
双碳目标下:农田温室气体排放模拟
PyQt5快速开发与实战 9.1 使用PyInstaller打包项目生成exe文件
CF1677E Tokitsukaze and Beautiful Subsegments
OFDM Sixteen Lectures 3- OFDM Waveforms
Chapter6 : Has Artificial Intelligence Impacted Drug Discovery?
Jenkins自动化部署项目
内容产品进化三板斧:流量、技术、产品形态
六面蚂蚁金服,抗住面试官的狂轰乱炸,前来面试复盘
Remember an experience of interviewing an outsourcing company, should you go?