<meta property="al:android:url" content="myapp://dp/product/5" />
<meta property="al:android:app_name" content="myAPP" />
<meta property="al:android:package" content="xx.xxxx.xxx.v2" />
と私のAndroidManifestで私がコメントを追加しました:
<intent-filter>
<data android:scheme="https" android:host="mywebsite.com" />
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.BROWSABLE" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
を私はグーグルで私のリンクのいずれかをタップすると検索し、それは私のアプリを開きますが、 getIntent()から得られる唯一の情報です。getData()はURLリンクです。どのように私は私のアプリの中から情報(コンテンツ)を取得することができます:あなたはmywebsite.com
リンクを
<meta property="al:android:url" content="myapp://dp/product/5" />
おかげ