当前位置:网站首页>Androd 跳转到google应用市场
Androd 跳转到google应用市场
2022-07-30 13:45:00 【互联网小熊猫】
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);
}
边栏推荐
猜你喜欢

权威推荐!腾讯安全DDoS边缘安全产品获国际研究机构Omdia认可

Logic Vulnerability----Permission Vulnerability

00 testers of seasoning after nearly a year, whether to change careers or to learn the software testing students summarized the following heart advice

Self-tuning PID self-tuning control 】 【

戴墨镜的卡通太阳SVG动画js特效

为什么做软件测试一定要学自动化?谈谈我眼中自动化测试的价值

自动化测试之数据驱动DDT详细篇

Shell变量与赋值、变量运算、特殊变量、重定向与管渠

What is the level of Ali P7?

学习笔记——七周成为数据分析师《第二周:业务》:业务分析指标
随机推荐
程序员修炼之道:务以己任,实则明心——通向务实的最高境界
3年软件测试经验面试要求月薪22K,明显感觉他背了很多面试题...
No-code development platform application visible permission setting introductory tutorial
(论文翻译]未配对Image-To-Image翻译使用Cycle-Consistent敌对的网络
ENVI Image Processing (6): NDVI and Vegetation Index
新一代开源免费的终端工具,太酷了
ESP32 反复重启问题 Arduino屏蔽断电探测器
shell script flow control statement
[Advanced ROS] Lecture 11 Robot co-simulation based on Gazebo and Rviz (motion control and sensors)
CF1320E Treeland and Viruses
js男女身高体重关系图
Study Notes - Becoming a Data Analyst in Seven Weeks "Week 2: Business": Business Analysis Metrics
js人均寿命和GDP散点图统计样式
Flask Framework - Sijax
(一)Multisim安装与入门
cpu / CS 和 IP
自动化测试之数据驱动DDT详细篇
redis6.0 源码学习(五)ziplist
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
sql server安装失败怎么办(sql server安装不了怎么办)