Merge pull request #30 from jayfan0/add-intent

Deep link app
This commit is contained in:
Daniele Verducci 2024-01-19 08:05:00 +01:00 committed by GitHub
commit da78648064
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,9 +24,13 @@
android:theme="@style/Theme.Ojo">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW"/>
<category android:name="android.intent.category.DEFAULT"/>
<data android:scheme="ojo" android:host="view"/>
</intent-filter>
</activity>
</application>