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

Commit 5f055ea1 authored by Joe Malin's avatar Joe Malin Committed by Android Git Automerger
Browse files

am bc8bb009: am 93bb7bf2: am 5986f497: Merge "Doc Change: Fix 10224981 error...

am bc8bb009: am 93bb7bf2: am 5986f497: Merge "Doc Change: Fix 10224981 error in code snippet" into jb-mr2-docs

* commit 'bc8bb009':
  Doc Change: Fix 10224981 error in code snippet
parents 53b9065a bc8bb009
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