Open henieek opened 10 years ago
So we are able to pass ProviderActions to Services'n'stuff.
public static ActionsExecutorService extends IntentService { public static void perform(Context, ProviderAction) { // construct Intent and start } // ... protected void onHandleIntent(Intent) { extract(intent).perform(getContentResolver()); } }
And hundreds of other use cases as well. :-)
This includes also Batcher class as soon as it gets merged with master.
So we are able to pass ProviderActions to Services'n'stuff.
And hundreds of other use cases as well. :-)