Skip to content

Commit

Permalink
feat: added deep links for app
Browse files Browse the repository at this point in the history
  • Loading branch information
ImJustChew committed Apr 15, 2024
1 parent c1be4f6 commit efad927
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
7 changes: 7 additions & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@
<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" />
<data android:scheme="https" android:host="nthumods.com" />
</intent-filter>
</activity>

<provider
Expand Down
5 changes: 5 additions & 0 deletions public/.well-known/assetlinks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[{
"relation": ["delegate_permission/common.handle_all_urls"],
"target" : { "namespace": "android_app", "package_name": "com.nthumods.courseweb",
"sha256_cert_fingerprints": ["4E:9C:0E:DA:DC:44:55:3E:97:73:9C:F3:EF:2E:DA:03:49:5E:52:A1:33:1F:23:D4:08:20:F6:31:8A:27:1A:73"] }
}]

0 comments on commit efad927

Please sign in to comment.