当前位置:网站首页>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);
}
边栏推荐
猜你喜欢
The path to uniting the programmer: "titles bucket" to the highest state of pragmatic
TaskDispatcher source code parsing
LeetCode二叉树系列——199二叉树的右视图
3 years of software testing experience, the interview requires a monthly salary of 22K, obviously he has memorized a lot of interview questions...
ARC117E零和范围2
Logic Vulnerability----Permission Vulnerability
Eight years of testing experience, why was the leader criticized: the test documents you wrote are not as good as those of fresh graduates
权威推荐!腾讯安全DDoS边缘安全产品获国际研究机构Omdia认可
重保特辑|拦截99%恶意流量,揭秘WAF攻防演练最佳实践
js背景切换时钟js特效代码
随机推荐
cpu/CS and IP
业内人士真心话:只会测试没有前途的,我慌了......
重保特辑|拦截99%恶意流量,揭秘WAF攻防演练最佳实践
20220729 Securities, Finance
No-code development platform application visible permission setting introductory tutorial
AT4108 [ARC094D] Normalization
TaskDispatcher source code parsing
ARC117E Zero-Sum Ranges 2
CF603E Pastoral Oddities
重保特辑|筑牢第一道防线,云防火墙攻防演练最佳实践
3年软件测试经验面试要求月薪22K,明显感觉他背了很多面试题...
程序员修炼之道:务以己任,实则明心——通向务实的最高境界
svg波浪动画js特效代码
#第九章 子查询课后习题
时间序列的数据分析(四):STL分解
ARC117E零和范围2
接口自动化框架,lm-easytest内测版发布,赶紧用起来~
高性能数据访问中间件 OBProxy(三):问题排查和服务运维
pytorch学习记录(五):卷积神经网络的实现
(HR Interview) Most Common Interview Questions and Skilled Answers