v1.1: launcher icon, setup screen, biometric enrollment check

This commit is contained in:
2026-06-04 13:03:12 +00:00
parent 9f76a0a4ee
commit 62d7c929fe
262 changed files with 13571 additions and 37917 deletions
@@ -32,12 +32,18 @@
android:usesCleartextTraffic="false" >
<activity
android:name="me.khodak.mfa.MainActivity"
android:excludeFromRecents="true"
android:exported="true"
android:launchMode="singleTop"
android:showWhenLocked="true"
android:turnScreenOn="true" >
<!-- App drawer launcher -->
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<!-- Handle homemfa://approve?token=... and homemfa://deny?token=... -->
<intent-filter android:autoVerify="false" >
<action android:name="android.intent.action.VIEW" />