Switch to AndroidX preference manager

This commit is contained in:
M66B
2019-03-15 13:54:25 +00:00
parent c91443b99f
commit b023005698
26 changed files with 31 additions and 25 deletions

View File

@@ -21,7 +21,6 @@ package eu.faircode.email;
import android.content.Context;
import android.content.SharedPreferences;
import android.preference.PreferenceManager;
import org.json.JSONArray;
import org.json.JSONException;
@@ -33,6 +32,7 @@ import java.util.Date;
import java.util.Objects;
import androidx.annotation.NonNull;
import androidx.preference.PreferenceManager;
import androidx.room.Entity;
import androidx.room.ForeignKey;
import androidx.room.Index;