Is it possible to use ContentProvider and direct data access to Database in Android? (multiple application case)
问题 I have a similar question as here: Is it possible to use ContentProvider and direct data access to Database in Android? but in my case I want the widget application to be a separate application. So I have a first Android application that is using a sqlite database using standard SQLiteOpenHelper. this helper is a singleton that is created in my Application onCreate. Works good. Now I want to make a second application -so a widget application- that needs to access the database as well. So I