最佳博客: http://www.reibang.com/p/76eaa1e0c2b2
<intent-filter>
<action android:name="android.intent.action.VIEW"/>
<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.BROWSABLE"/>
<data
android:host="com.yunjibuyer.yunji" 應用程序包名
android:pathPrefix="/test" 自定義
android:scheme="https"/> 前綴http://
<data
android:host="com.yunjibuyer.yunji"
android:pathPrefix="/test"
android:scheme="http"/>
</intent-filter>
瀏覽器跳轉(zhuǎn)App指定頁: http://www.magicwindow.cn/doc/mlink-sdk-android.html