mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-11-10 17:26:49 +01:00
Fixes app name
This commit is contained in:
@@ -536,7 +536,7 @@ fun authenticate(
|
||||
fun keyguardPrompt() {
|
||||
val intent =
|
||||
keyguardManager.createConfirmDeviceCredentialIntent(
|
||||
stringRes(context, R.string.app_name_release),
|
||||
stringRes(context, R.string.app_name),
|
||||
title,
|
||||
)
|
||||
|
||||
@@ -556,7 +556,7 @@ fun authenticate(
|
||||
val promptInfo =
|
||||
BiometricPrompt.PromptInfo
|
||||
.Builder()
|
||||
.setTitle(stringRes(context, R.string.app_name_release))
|
||||
.setTitle(stringRes(context, R.string.app_name))
|
||||
.setSubtitle(title)
|
||||
.setAllowedAuthenticators(authenticators)
|
||||
.build()
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<string name="app_name_release" translatable="false">Amethyst</string>
|
||||
<string name="app_name" translatable="false">Amethyst</string>
|
||||
<string name="app_name_debug" translatable="false">Amy Debug</string>
|
||||
<string name="app_name_benchmark" translatable="false">Amy Benchmark</string>
|
||||
<string name="point_to_the_qr_code">Point to the QR Code</string>
|
||||
|
||||
Reference in New Issue
Block a user