Closed
Description
Typo:
https://github.com/sqlcipher/android-database-sqlcipher/blob/master/src/example/SQLDemoActivity.java
startManagingCursor(cursor);
should be:
showEvents(cursor);
Metadata
Metadata
Assignees
Labels
No labels
Typo:
https://github.com/sqlcipher/android-database-sqlcipher/blob/master/src/example/SQLDemoActivity.java
startManagingCursor(cursor);
should be:
showEvents(cursor);