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

与天地兮比寿,与日月兮齐光。这篇文章主要讲述android intent-filter 注册网页链接打开app相关的知识,希望能为你提供帮助。
如下实现注册m.hao123.com的链接:
【android intent-filter 注册网页链接打开app】< intent-filter>
< category android:name="android.intent.category.BROWSABLE"/>
< action android:name="android.intent.action.VIEW" />
< category android:name="android.intent.category.DEFAULT" />
< dataandroid:scheme="https" android:host="m.hao123.com"/>
< /intent-filter>






    推荐阅读