当前位置:网站首页>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);
}
边栏推荐
猜你喜欢

(HR Interview) Most Common Interview Questions and Skilled Answers

43.【list的简单属性】

二手手机销量突破3亿部,与降价的iPhone夹击国产手机

MQTT网关读取西门子PLC数据传输到阿里云平台案例教程

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

jsArray array copy method performance test 2207292307

2022年,目前大环境下还适合转行软件测试吗?

(一)Multisim安装与入门

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

OFDM Sixteen Lectures 3- OFDM Waveforms
随机推荐
12、 学习MySQL 排序
LeetCode二叉树系列——199二叉树的右视图
六面蚂蚁金服,抗住面试官的狂轰乱炸,前来面试复盘
我为何从开发人员转做测试,3年软件测试工程师,带你聊聊这其中的秘辛
redis6.0 源码学习(五)ziplist
[C# 循环跳转]-C# 中的 while/do-while/for/foreach 循环结构以及 break/continue 跳转语句
[论文翻译] Unpaired Image-To-Image Translation Using Cycle-Consistent Adversarial Networks
ENVI Image Processing (6): NDVI and Vegetation Index
05 | login background: based on the password login mode (below)
为什么做软件测试一定要学自动化?谈谈我眼中自动化测试的价值
UPC2022 Summer Individual Training Game 19 (B, P)
【高等数学】【7】二重积分
如何判断自己是否适合IT行业?方法很简单
Self-tuning PID self-tuning control 】 【
ESP32 反复重启问题 Arduino屏蔽断电探测器
ARC117E零和范围2
cookie模拟登录「建议收藏」
八年测试经验,为何惨遭领导痛批:你写的测试文档还不如刚来的应届生
LeetCode二叉树系列——144.二叉树的最小深度
shell 编程规范与变量