在 android 中,将自定义 URI 放入对应用程序的 EPUB 调用中
我有一个 EPUB 文本,在该文本中有一个以“E2L://”开头的链接。当有人单击该链接时,我想打开一个显示链接文本的应用程序。有人可以帮我吗?
I have a text in EPUB, in this text there's a link that starts "E2L://".When somebody clicks in the link, I want to open an app that shows the link text. Can anybody help me please?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,你可以做到:你应该在清单文件中注册,如下所示:
有关进一步参考,请检查此 监听自定义 URI
和
从链接启动应用
Yeah you can do it : You should register in your Manifest file like below :
For further reference check this Listen to Custom URI
and
Start app from link