mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-28 02:37:16 +00:00
Small improvement
This commit is contained in:
parent
7d06c1c086
commit
56e45d1e7e
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ import javax.mail.MessagingException;
|
|||
import javax.mail.internet.AddressException;
|
||||
import javax.mail.internet.InternetAddress;
|
||||
|
||||
public class ServiceExternal extends Service {
|
||||
public class ServiceExternal extends ServiceBase {
|
||||
private static final String ACTION_POLL = BuildConfig.APPLICATION_ID + ".POLL";
|
||||
private static final String ACTION_ENABLE = BuildConfig.APPLICATION_ID + ".ENABLE";
|
||||
private static final String ACTION_DISABLE = BuildConfig.APPLICATION_ID + ".DISABLE";
|
||||
|
|
Loading…
Reference in a new issue