Use a method ContentResolver.registerContentObserver()for each action and set the appropriate URIs.
You can pass the base content URI for the provider and pass truefor the parameter notifyForDescendents, and your callback will be hit every time it changes.
, , ( ). , ContentResolver.notifyChange() URI .