v1.1: launcher icon, setup screen, biometric enrollment check
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user