Skip to content
Snippets Groups Projects
Commit 5986f497 authored by Joe Malin's avatar Joe Malin Committed by Android (Google) Code Review
Browse files

Merge "Doc Change: Fix 10224981 error in code snippet" into jb-mr2-docs

parents 6180f104 81ea1eed
No related branches found
No related tags found
No related merge requests found
......@@ -680,7 +680,7 @@ public class ExampleProvider extends ContentProvider
* Notice that the database itself isn't created or opened
* until SQLiteOpenHelper.getWritableDatabase is called
*/
mOpenHelper = new SQLiteOpenHelper(
mOpenHelper = new MainDatabaseHelper(
getContext(), // the application context
DBNAME, // the name of the database)
null, // uses the default SQLite cursor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment