Make ApiService thread safe

This commit is contained in:
Dominik Schürmann
2013-01-10 19:37:51 +01:00
parent b83d82146b
commit dbbd8f6856
2 changed files with 13 additions and 27 deletions

View File

@@ -29,12 +29,6 @@ import android.content.Intent;
import android.os.IBinder;
import android.os.RemoteException;
/**
* TODO:
*
* - is this service thread safe?
*
*/
public class ApgKeyService extends Service {
Context mContext;