lineage-sdk: Migrate to androidx

* Migrate from support library to androidx

* Various improvements and cleanup by @bgcngm

Change-Id: I10bbf5056125e8309f344c3eb18cc628bd7ec34e
This commit is contained in:
Sam Mortimer
2019-05-13 15:28:04 -07:00
parent eb05519d5d
commit 3533d385d9
18 changed files with 61 additions and 63 deletions

View File

@@ -17,11 +17,12 @@
package lineageos.preference;
import android.content.Context;
import android.support.v7.preference.ListPreference;
import android.support.v7.preference.PreferenceDataStore;
import android.support.v7.preference.PreferenceViewHolder;
import android.util.AttributeSet;
import androidx.preference.ListPreference;
import androidx.preference.PreferenceDataStore;
import androidx.preference.PreferenceViewHolder;
/**
* A Preference which can automatically remove itself from the hierarchy
* based on constraints set in XML.