Skip to content

Commit

Permalink
chore: remove unused deep link
Browse files Browse the repository at this point in the history
  • Loading branch information
whitedogg13 committed Nov 12, 2024
1 parent b11f9dd commit 05ef9a9
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,11 @@
</intent-filter>
<intent-filter>
<action android:name="android.nfc.action.NDEF_DISCOVERED"/>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT"/>
<data android:scheme="https"
android:host="www.nfctogo.com"
android:pathPrefix="/applink" />
</intent-filter>
<intent-filter>
<action android:name="android.nfc.action.NDEF_DISCOVERED"/>
<category android:name="android.intent.category.DEFAULT"/>
<data android:scheme="https"
android:host="api.realitag.app"
android:pathPrefix="" />
</intent-filter>
<intent-filter>
<action android:name="android.nfc.action.TECH_DISCOVERED"/>
</intent-filter>
Expand Down

0 comments on commit 05ef9a9

Please sign in to comment.