Created
December 8, 2019 07:49
-
-
Save hafizrahman/aac483750d7fecde97b25e5c6b07dbd9 to your computer and use it in GitHub Desktop.
Example of how to use a constant variable
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
val sharedPreferences = EncryptedSharedPreferences.create( | |
WPFC_SHARED_PREFS_FILENAME, | |
masterKeyAlias, | |
this, | |
EncryptedSharedPreferences.PrefKeyEncryptionScheme.AES256_SIV, | |
EncryptedSharedPreferences.PrefValueEncryptionScheme.AES256_GCM | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment