mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Switch to AndroidX preference manager
This commit is contained in:
@@ -4,10 +4,10 @@ import android.app.Service;
|
||||
import android.content.Intent;
|
||||
import android.content.SharedPreferences;
|
||||
import android.os.IBinder;
|
||||
import android.preference.PreferenceManager;
|
||||
|
||||
import androidx.annotation.Nullable;
|
||||
import androidx.core.app.NotificationCompat;
|
||||
import androidx.preference.PreferenceManager;
|
||||
|
||||
public class ServiceExternal extends Service {
|
||||
private final static String ACTION_ENABLE = "eu.faircode.email.ENABLE";
|
||||
|
||||
Reference in New Issue
Block a user