Mateusz Herych

Results 1 issues of Mateusz Herych

So we are able to pass ProviderActions to Services'n'stuff. ``` java public static ActionsExecutorService extends IntentService { public static void perform(Context, ProviderAction) { // construct Intent and start } //...

enhancement