views:

24

answers:

0

Hi.

I want my application to start when someone modifies a content provider. A setting to be specific. The settings framework calls "notify" when a value is set.

If my app was started I would use registerContentObserver() I guess, but is is not started.

Can define some intent-filter in my manifest that wakes up my application. A back up plan would be to have a service running all the time that has registered a listener, but that seems like a wast or resources.

Thanks, Ola