Open
Description
Expected Behavior
Actual Behavior
I get an ANR during SQLiteDatabase.loadLibs(context).
I use ContentProvider to initialize the database and sqlcipher because my application works in background.
I call the loadLibs() method in the ContentProvider.
The ANR happens only on Samsung S20, S20+, S20 Ultra on Andoroid 10 (OneUI 2.5) and only after reboot of a phone.
If user starts the application manually everything works well.
Also I use ndk.abiFilters 'armeabi-v7a', 'arm64-v8a'
Please help me
Steps to Reproduce
SQLCipher version (can be identified by executing PRAGMA cipher_version;
):
SQLCipher for Android version: 4.4.0