Skip to content

Instantly share code, notes, and snippets.

@igorescodro
Last active April 26, 2021 12:12
Show Gist options
  • Select an option

  • Save igorescodro/65baa22bb859e284da7b8f3f313efd56 to your computer and use it in GitHub Desktop.

Select an option

Save igorescodro/65baa22bb859e284da7b8f3f313efd56 to your computer and use it in GitHub Desktop.
...
<application>
<activity
android:name=".presentation.DynamicActivity"
android:exported="true"
android:theme="@style/Theme.MyTheme">
<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.example.dynamic"
android:scheme="app" />
</intent-filter>
</activity>
</application>
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment