Doc Change: Fix 10224981 error in code snippet

Change-Id: Ia8193989b0ab08f5b0888a4d3f6823018b48ab18
This commit is contained in:
Joe Malin
2013-08-07 16:43:52 -07:00
parent 7b60431ba0
commit 81ea1eed82

View File

@@ -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