Skip to content
小飞侠
  • 首页
  • 小程序
  • uniapp
  • vue
  • APICloud
  • 其他
菜单

博客

  1. 首页>
  2. 其他>
  3. android Market 搜索APP

android Market 搜索APP

  • Post author:xfxia
  • Post published:2023年9月7日
  • Post category:其他


Intent intent = new Intent(Intent.ACTION_VIEW);

// market://details?id=com.example.your.package

//产品页面

Uri uri = Uri.parse(“market://details?id=packename”);

//产品搜索

Uri.parse(“market://search?q=packename”);

intent.setData(uri);

startActivity(intent);

转载于:https://www.cnblogs.com/androidabc/archive/2012/04/25/2469753.html


你可能也喜欢

# LoongArch 内存模型与栅障

Eclipse Memory Analyzer

求强连通子图的方法以及简单实现

设备树中添加标志位,进行功能开关

各种浏览器总结

MongoDb查询语句($ne $in )

printf和scanf的返回值

基于Yolov5与LabelMe训练自己数据的图像分割完整流程

熟悉Parse Generator

TB-02学习记录(一)

算法笔记十一 —— 图论

tp5.1的访问路径

TypeScript基础常用知识点总结

C++11 function

c++ 数组定义的三种方式

Raspberrypi4+openEuler 源码安装catkin

二分查找(2)-右边界

R语言:散点分布图系列

网站服务器开启cookies,浏览器如何开启cookie(图解浏览器cookie功能使用)

STL find的函数学习记录(不定期更新)

目录

  • APICloud (3)
  • golang (228)
  • java (8,236)
  • linux (4,002)
  • mysql (2,800)
  • php (1,070)
  • python (5,439)
  • solidity (25)
  • uniapp (235)
  • vue (2,463)
  • 其他 (88,233)
  • 小程序 (801)

文章归档

  • 2023年十二月 (1872)
  • 2023年十一月 (477)
  • 2023年十月 (17371)
  • 2023年九月 (44974)
  • 2023年八月 (26399)
  • 2023年七月 (14793)
  • 2023年六月 (1)
  • 2023年五月 (2186)
  • 2023年四月 (3838)
  • 2023年三月 (1544)
  • 2023年二月 (3)
  • 2023年一月 (4)
  • 2022年十二月 (3)
  • 2022年十一月 (36)
  • 2022年十月 (16)
  • 2022年九月 (8)
  • 2021年九月 (1)
  • 2020年九月 (6)
  • 2020年八月 (5)

标签

Aave (1) cosmos (6) defi (255) flag (27) gitee (1) github (1) golang (234) java (8234) linux命令 (82) List (1) map (1115) mysql (3093) npm (237) tendermint (6) uuid (43) vant (64) vmware (270) 区块链 (63) 合约 (37) 小程序版本更新 (3)
  • 首页
  • 小程序
  • uniapp
  • vue
  • APICloud
  • 其他
Copyright xfxia.com 鲁ICP备19024253号-2
关闭菜单