Fix some bugs of authentication

Display authentication screen in NavHost
Remove "Protect storage", authenticate to clear storage instead
Force enable biometrics on if using password alone is not supported
This commit is contained in:
BinTianqi
2024-12-14 22:03:39 +08:00
parent f7b18d1a31
commit 867668832e
10 changed files with 120 additions and 146 deletions

View File

@@ -2,8 +2,8 @@
agp = "8.7.3"
kotlin = "2.0.21"
navigation-compose = "2.8.4"
composeBom = "2024.11.00"
navigation-compose = "2.8.5"
composeBom = "2024.12.01"
accompanist-drawablepainter = "0.35.0-alpha"
shizuku = "13.1.5"
biometric = "1.2.0-alpha05"