mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2026-02-22 18:31:50 +01:00
chore: update default password store name
Signed-off-by: Aditya Wasan <adityawasan55@gmail.com>
This commit is contained in:
parent
5d31c65a59
commit
715587eaf9
|
|
@ -166,7 +166,7 @@ public class APSCredentialProviderService : CredentialProviderService() {
|
|||
// that are to be invoked through the PendingIntent(s)
|
||||
const val CREATE_REQUEST_CODE = 10001
|
||||
const val GET_REQUEST_CODE = 10002
|
||||
const val DEFAULT_ACCOUNT_NAME = "Default Password Store"
|
||||
const val DEFAULT_ACCOUNT_NAME = "Password Store"
|
||||
const val CREATE_PASSKEY_INTENT_ACTION = "app.passwordstore.CREATE_PASSKEY"
|
||||
const val GET_PASSKEY_INTENT_ACTION = "app.passwordstore.GET_PASSKEY"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue