mitmel / SimpleContentProvider

A simple ContentProvider for Android
http://mobile.mit.edu/
Other
79 stars 32 forks source link

add getter for the DatabaseHelper. #30

Open xxv opened 11 years ago

xxv commented 11 years ago

In SimpleContentProvider there should be a protected getter for mDatabaseHelper so that subclasses can access the database directly if they need to.