Updated on 2026-08-14
This commit is contained in:
parent
3e0385dc7f
commit
7d56fc1efa
1 changed files with 1 additions and 4 deletions
|
|
@ -57,11 +57,8 @@ val navigationMiddleware: Middleware<AppState> = { _, state ->
|
|||
Build.VERSION.SDK_INT >= Build.VERSION_CODES.R -> {
|
||||
Settings.ACTION_BIOMETRIC_ENROLL
|
||||
}
|
||||
Build.VERSION.SDK_INT >= Build.VERSION_CODES.P -> {
|
||||
Settings.ACTION_FINGERPRINT_ENROLL
|
||||
}
|
||||
else -> {
|
||||
Settings.ACTION_SETTINGS
|
||||
Settings.ACTION_SECURITY_SETTINGS
|
||||
}
|
||||
}
|
||||
val intent = Intent(settingsAction).apply {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue