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.
Thanks for any suggestions.