androidx-security Questions
0
I'm using the new EncryptedSharedPreferences class in a way recommended from Google:
private fun securePrefs(context: Context): SharedPreferences {
val fileName = "sharedPrefsSecure"
val masterK...
Imbibe asked 24/2, 2020 at 17:44
1
© 2022 - 2024 — McMap. All rights reserved.