mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-11 03:25:05 -05:00
don't make our service sticky
This commit is contained in:
parent
e46bc24079
commit
d17b478a9e
@ -904,7 +904,7 @@ public class KeychainIntentService extends IntentService
|
||||
public int onStartCommand(Intent intent, int flags, int startId) {
|
||||
if (ACTION_CANCEL.equals(intent.getAction())) {
|
||||
mActionCanceled.set(true);
|
||||
return START_STICKY;
|
||||
return START_NOT_STICKY;
|
||||
}
|
||||
return super.onStartCommand(intent, flags, startId);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user