mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-27 11:12:15 -05:00
name KeychainIntentService properly
This commit is contained in:
parent
9c19394da6
commit
e1f525a0ac
@ -201,7 +201,7 @@ public class KeychainIntentService extends IntentService implements ProgressDial
|
||||
private boolean mIsCanceled;
|
||||
|
||||
public KeychainIntentService() {
|
||||
super("ApgService");
|
||||
super("KeychainIntentService");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user