I'm a newbie for android development.
I'm developing an mobile application run on Android devices with Delphi XE7. And now I'm searching the way to encrypt the sqlite database files accessed through FireDac on Android devices.
I've found The SQLite Encryption Extension (SEE).
But I'm not sure if FireDac can work properly with SEE to manipulate sqlite databases on Android device. If it can, how to deploy SEE to an android device?
Please suggest solutions.