aboutsummaryrefslogtreecommitdiffstats
path: root/org_apg/src/org/thialfihar/android/apg/service/ApgService.java
blob: bcf336d46d0a33dabd8f48e9781d9c83e5cc713b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/**
 * 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 {

}