name KeychainIntentService properly

This commit is contained in:
Dominik Schürmann 2014-03-04 22:17:45 +01:00
parent 9c19394da6
commit e1f525a0ac

View File

@ -201,7 +201,7 @@ public class KeychainIntentService extends IntentService implements ProgressDial
private boolean mIsCanceled;
public KeychainIntentService() {
super("ApgService");
super("KeychainIntentService");
}
@Override