android: add irk and encryption key from a qr

This commit is contained in:
Kavish Devar
2025-06-05 13:13:49 +05:30
parent 9b907fdec4
commit 0d582d890b
2 changed files with 79 additions and 2 deletions

View File

@@ -90,6 +90,13 @@
<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="librepods"
android:host="add-magic-keys" />
</intent-filter>
</activity>
<activity