mmfaragallah
mmfaragallah
I tried to set the digitBackground in the xml to a selector either drawable or color. I got Resources NotFoundException. As additional note, I have some build flavors. May you...
Application crashes while using EncryptedSharedPreferences.create As following: val sharedPreferences = EncryptedSharedPreferences.create( context, SECURE_PREF_FILE_NAME, masterKey, EncryptedSharedPreferences.PrefKeyEncryptionScheme.AES256_SIV, EncryptedSharedPreferences.PrefValueEncryptionScheme.AES256_GCM ) Version used: implementation "androidx.security:security-crypto-ktx:1.1.0-alpha06" Device details attached.  Android 13 . Stacktrace. Kindly,...