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

@@ -24,13 +24,13 @@ import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Build;
import android.os.Bundle;
import android.preference.PreferenceManager;
import java.util.List;
import androidx.appcompat.app.AppCompatActivity;
import androidx.fragment.app.FragmentManager;
import androidx.fragment.app.FragmentTransaction;
import androidx.preference.PreferenceManager;
public class ActivityMain extends AppCompatActivity implements FragmentManager.OnBackStackChangedListener, SharedPreferences.OnSharedPreferenceChangeListener {
@Override