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

Commit 93bb7bf2 authored by Joe Malin's avatar Joe Malin Committed by Android Git Automerger
Browse files

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

* commit '5986f497':
  Doc Change: Fix 10224981 error in code snippet
parents 9f11f105 5986f497
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