Hi,
I am using sqlcipher in my code..
But I found there are some methods missing in net.sqlcipher.database.SQLiteStatement which are present in the native android sdk android.database.sqlite.SQLiteStatement.
Following are the missing methods--
public int executeUpdateDelete ()
simpleQueryForBlobFileDescriptor ()
Please clarify on this..