Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在考虑开发一个基于网络的资源,供我们的销售代表在他们的平板电脑上使用。在其他信息中,我想包括可以在平板电脑上启动其他应用程序的链接。例如,指向 Google Drive 应用程序的链接(甚至可能指向特定文件夹)。或者可能是指向 Android 图库的链接。这可能吗?
是的,您可以,您必须为 url 使用意图过滤器和自定义方案。
https://stackoverflow.com/a/2958870/1552551