Skip to content

Commit 236939a

Browse files
Some highlighting the code snippet
1 parent 9ff2be0 commit 236939a

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
@@ -44,8 +44,8 @@ We’ve packaged up a very simple SDK for any Android developer to add SQLCipher
4444
2. Update the import path from =android.database.sqlite.*= to =net.sqlcipher.database.*= in any source files that reference it. The original =android.database.Cursor= can still be used unchanged.
4545
3. Init the database in =onCreate()= and pass a variable argument to the open database method with a password:
4646

47-
SQLiteDatabase.loadLibs(this); //first init the db libraries with the context
48-
SQLiteOpenHelper.getWritableDatabase(“thisismysecret”):
47+
: SQLiteDatabase.loadLibs(this); //first init the db libraries with the context
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)