Preview Mode
Purpose
Configuration
<intent-filter>
<actionandroid:name="android.intent.action.VIEW"/>
<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.BROWSABLE"/>
<data android:scheme="{YOUR_APP_URL_SCHEME}" android:host="crystalexpress"/>
<data android:scheme="{YOUR_APP_URL_SCHEME}" android:host="activate" android:pathPattern=".*"/>
</intent-filter>Testing Preview Mode
Last updated