<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data
android:host="your.dynamic.links.domain.example.com"
android:scheme="http" />
<data
android:host="your.dynamic.links.domain.example.com"
android:scheme="https" />
<data
android:host="https://rhx27.app.goo.gl"
android:scheme="http" />
<data
android:host="https://rhx27.app.goo.gl"
android:scheme="https" />
<data
android:host="www.example.com"
android:scheme="https" />
<data
android:host="www.example.com"
android:scheme="http" />
<data
android:host="my_deep_link"
android:scheme="app_code.app.goo.gl/?link=https" />
</intent-filter>
Этого мало, сейчас
Обсуждают сегодня