/** * TODO: * - Reimplement all the threads in the activitys as intents in this intentService * - This IntentService stopps itself after an action is executed */ package org.thialfihar.android.apg.service; public class ApgService { }