> Thanks Nick..
> is there any sqlicipher jars or code repo path available which is
> updated with the latest android sdk apis 4.0..
> If not,is there any way to get tat done or get support to do tat (some
> licensed version also fine)
> On Wednesday, 27 June 2012 18:43:19 UTC+5:30, Nick Parker wrote:
> Hi A sayyad,
> Both executeUpdateDelete and simpleQueryForBlobFileDescriptor were
> new additions to the HoneyComb release of Android. SQLCipher's
> Java interface predates HoneyComb so it does not currently contain
> those two methods.
> On 6/27/12 7:41 AM, A sayyad wrote:
>> 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..
> --
> Nick Parker