A
Size: a a a
A
PV
PV
PV
K2
K2
A
ЕН
R
R
V
EncryptedPreferences
V
private val encryptedPreferences: EncryptedPreferences
init {
encryptedPreferences = EncryptedPreferences.Builder(context)
.withEncryptionPassword(passwordProvider.password())
.withPreferenceName(ENCRYPTED_PREFERENCES_KEY_STORE_FILE_NAME)
.build()
}
R
V
R
RK
V
PasswordProvider
V
R
R