Skip to content

Commit 83177dd

Browse files
committed
fix: remove useless deep links for android
1 parent ed56b1f commit 83177dd

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

android/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
android:roundIcon="@mipmap/ic_launcher_round"
88
android:supportsRtl="true"
99
android:theme="@style/AppTheme">
10-
1110
<activity
1211
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|smallestScreenSize|screenLayout|uiMode|navigation"
1312
android:name=".MainActivity"
@@ -19,20 +18,6 @@
1918
<action android:name="android.intent.action.MAIN" />
2019
<category android:name="android.intent.category.LAUNCHER" />
2120
</intent-filter>
22-
23-
<!-- Deep links for ADAMANT protocol -->
24-
<intent-filter android:autoVerify="true">
25-
<action android:name="android.intent.action.VIEW" />
26-
<category android:name="android.intent.category.DEFAULT" />
27-
<category android:name="android.intent.category.BROWSABLE" />
28-
<data android:scheme="adamant" />
29-
</intent-filter>
30-
<intent-filter android:autoVerify="true">
31-
<action android:name="android.intent.action.VIEW" />
32-
<category android:name="android.intent.category.DEFAULT" />
33-
<category android:name="android.intent.category.BROWSABLE" />
34-
<data android:scheme="adm" />
35-
</intent-filter>
3621
</activity>
3722

3823
<provider

0 commit comments

Comments
 (0)