Skip to content

Commit

Permalink
add deep links
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGoogler committed Nov 5, 2023
1 parent 2cf9af6 commit d19bce1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="https" android:host="mmrl.dergoogler.com" />
<data android:scheme="mmrl" android:host="mmrl.dergoogler.com" />
</intent-filter>
</activity>
</application>
Expand Down

0 comments on commit d19bce1

Please sign in to comment.