Skip to content

Commit 985d4c8

Browse files
committed
feat: recovery functional
1 parent 6e210b9 commit 985d4c8

61 files changed

Lines changed: 213 additions & 252 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

infrastructure/eid-wallet/src-tauri/gen/android/app/src/main/AndroidManifest.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@
2222
<!-- AndroidTV support -->
2323
<category android:name="android.intent.category.LEANBACK_LAUNCHER" />
2424
</intent-filter>
25+
<intent-filter>
26+
<action android:name="android.intent.action.VIEW" />
27+
<category android:name="android.intent.category.DEFAULT" />
28+
<category android:name="android.intent.category.BROWSABLE" />
29+
<data android:scheme="w3ds" />
30+
</intent-filter>
2531
</activity>
2632

2733
<provider
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3+
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
4+
<background android:drawable="@color/ic_launcher_background"/>
5+
</adaptive-icon>
-2.1 KB
-8.36 KB
-1.87 KB
-1.99 KB
-5.41 KB
-1.8 KB
-4.97 KB
-10.9 KB

0 commit comments

Comments
 (0)