• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Content Provider related Question

javabiker

Lurker
Does anyone know of a way of popping an Alert Dialog in the ContentProvider or the SQLiteOpenHelper. When an app starts the CP is instantiated before any Activity is instantiated, so I do not have a 'Context' object to pass to the CP and that's needed in the OpenHelper constructor. I'm aware that normally the db would not be created programmatically since the db would not be local to the app, but this is an odd requirement being requested.
Thanks for any suggestions.
 
Back
Top Bottom