android intent-filter registration web link to open the app

The link to register m.hao123.com is implemented as follows:

<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>

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325130908&siteId=291194637