Recently we released an android application with sqlcipher, maximum it's working on all android mobiles except few mobiles such as Oppo, Mi....etc
even the app is running on few oppo mobiles
App not running on the following configuration (Oppo) (Model no A37f, ColorOdVersion - V3.0.0i, Android Version - 5.1.1, Processor - QualcommMSM8916Quadcore, Ram 2GB)
App running on the following configuration (Oppo)
(Model no A1601, ColorOdVersion - V3.0.0i, Android Version - 5.1, Processor - Octacore, Ram 4GB)
In the above two configurations except processor everything is same.
used the following one
compile 'net.zetetic:android-database-sqlcipher:4.1.3@aar'
Thank you