简体   繁体   English

通过网络链接启动现有的Android应用

[英]Launch an existing Android App from a web link

I'm considering developing a web-based resource for our sales reps to use on their tablets. 我正在考虑开发一种基于Web的资源,供我们的销售代表在其平板电脑上使用。 Among other information, I'd like to include links that would launch other applications on the tablet. 除其他信息外,我想包括一些可在平板电脑上启动其他应用程序的链接。 For example, a link to the Google Drive app, (maybe even to a specific folder). 例如,指向Google云端硬盘应用的链接(甚至可能指向特定的文件夹)。 Or maybe a link to the Android Gallery. 或指向Android Gallery的链接。 Is this possible? 这可能吗?

Yes you can, you have to use an intent filter and a custom scheme for the url. 是的,您可以,您必须为URL使用意图过滤器和自定义方案。

https://stackoverflow.com/a/2958870/1552551 https://stackoverflow.com/a/2958870/1552551

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM