【发布时间】:2011-01-27 17:44:54
【问题描述】:
假设我想定义一个 URI,例如:
myapp://path/to/what/i/want?d=This%20is%20a%20test
必须由我自己的应用程序或服务处理。请注意,该方案是"myapp" 而不是"http" 或"ftp"。这正是我的意图:为 Android 操作系统全局定义我自己的 URI 架构。这可能吗?
这有点类似于某些程序已经在执行的操作,例如 Windows 系统,例如 Skype (skype://) 或任何 torrent 下载程序 (torrent://)。
【问题讨论】:
标签: android android-intent browser uri intentfilter