码迷,mamicode.com
首页 > 移动开发 > 详细

android intent-filter 注册网页链接打开app

时间:2018-05-02 13:29:39      阅读:227      评论:0      收藏:0      [点我收藏+]

标签:name   hao123   host   https   filter   def   cat   and   row   

如下实现注册m.hao123.com的链接:

<intent-filter>
<category android:name="android.intent.category.BROWSABLE"/>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<data android:scheme="https" android:host="m.hao123.com" />
</intent-filter>

android intent-filter 注册网页链接打开app

标签:name   hao123   host   https   filter   def   cat   and   row   

原文地址:https://www.cnblogs.com/lzh-Linux/p/8979239.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!