8000 Updating README to reflect the support for x86 devices · Sjith/android-database-sqlcipher@c18312f · GitHub
[go: up one dir, main page]

Skip to content
10000

Commit c18312f

Browse files
Updating README to reflect the support for x86 devices
1 parent 480c013 commit c18312f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.org

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Binary packages for developers, with the jar’s, .so’s and a quick sample can
44

55
*** Compatibility
66

7-
SQLCipher for Android runs on Android 2.1 - 4.1.
7+
SQLCipher for Android runs on Android 2.1 - 4.1, both (x86 and ARM architectures).
88

99
*** An Illustrative Terminal Listing
1010

@@ -45,7 +45,7 @@ We’ve packaged up a very simple SDK for any Android developer to add SQLCipher
4545
3. Init the database in =onCreate()= and pass a variable argument to the open database method with a password:
4646

4747
: SQLiteDatabase.loadLibs(this); //first init the db libraries with the context
48-
: SQLiteOpenHelper.getWritableDatabase(thisismysecret):
48+
: SQLiteOpenHelper.getWritableDatabase("thisismysecret"):
4949

5050
An article covering both integration of SQLCipher into an Android application as well as building the source can be found [[http://sqlcipher.net/sqlcipher-for-android][here]].
5151

0 commit comments

Comments
 (0)
0