Add placholder changes for deep linking

This commit is contained in:
Matthew Remmel
2025-08-26 10:37:45 -04:00
parent 69e1f97e72
commit 689cfb6d45
4 changed files with 31 additions and 0 deletions
+6
View File
@@ -20,6 +20,12 @@
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<intent-filter android:autoVerify="true">
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
</intent-filter>
</activity>
<provider