Ahmed Ibrahim

Results 3 comments of Ahmed Ibrahim

Fortunately, I've managed to reproduce the issue. The issue is related to backup. Ideally it should be solved gracefully handled from within the app, without the need to `allowBackup=false` Here's...

Thanks @juergw for the response. Does that mean a solution would be, to handle this without declaring backup rules, during `EncryptedSharedPreferences.create`, would be to catch `GeneralSecurityException` and delete the existing...

I'd also like to add that it turned out that even with `allowBackup="false"` the same crash still happens on some devices (I couldn't figure out how to reproduce this though),...