Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 81ea1eed authored by Joe Malin's avatar Joe Malin
Browse files

Doc Change: Fix 10224981 error in code snippet

Change-Id: Ia8193989b0ab08f5b0888a4d3f6823018b48ab18
parent 7b60431b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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