name KeychainIntentService properly
This commit is contained in:
@@ -201,7 +201,7 @@ public class KeychainIntentService extends IntentService implements ProgressDial
|
||||
private boolean mIsCanceled;
|
||||
|
||||
public KeychainIntentService() {
|
||||
super("ApgService");
|
||||
super("KeychainIntentService");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user