Deep Link does not work on Android
问题 I'm following Create Deep Links to App Content in Android developer documentation to create a Deep Link to an Activity in an Android app. New app project, I've specified the activity exactly like in that tutorial: <activity android:name="com.example.android.GizmosActivity" android:label="@string/title_gizmos" > <intent-filter android:label="@string/filter_view_http_gizmos"> <action android:name="android.intent.action.VIEW" /> <category android:name="android.intent.category.DEFAULT" />