mmfaragallah

Results 2 issues of 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. ![PHOTO-2024-07-17-12-02-24](https://github.com/user-attachments/assets/831a3547-6c99-4518-8eb8-35281c6a27c2) Android 13 . Stacktrace. Kindly,...