mitmel / SimpleContentProvider

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

Added protected getter for mDatabaseHelper. #32

Closed yesitskev closed 3 years ago

yesitskev commented 10 years ago

Added protected getter for mDatabaseHelper.

As mention via email;

"As far as arbitrarily accessing the database from within the provider: unfortunately that variable wasn't exposed to the provider (that's a bug), but you could add a protected getter for it. The field you want is mDatabaseHelper in SimpleContentProvider."