私は私のトリガーしたい次のリンクを持っていますActivity
:
http://mypage.com/custom-description-text-with-some-random-numbers-a21-id20683066.html
インテント フィルタ:
<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="mypage.com"
android:pathPattern=".*-id.*.html"
android:scheme="http" />
</intent-filter>
残念ながら、これIntent
は機能しません。誰かが理由を知っていますか?