diff options
author | Sam Mortimer <sam@mortimer.me.uk> | 2019-05-13 15:28:04 -0700 |
---|---|---|
committer | Sam Mortimer <sam@mortimer.me.uk> | 2019-09-09 07:09:59 +0200 |
commit | 3533d385d9d459f0bcc25d66e2c5fe5942311cb0 (patch) | |
tree | b2fb65a8b1ecb53e67f92259fb1d86d1656b64c6 /api | |
parent | eb05519d5d52e4dea54b865084e4fc1610d883f5 (diff) | |
download | lineage-sdk-3533d385d9d459f0bcc25d66e2c5fe5942311cb0.tar.gz lineage-sdk-3533d385d9d459f0bcc25d66e2c5fe5942311cb0.tar.bz2 lineage-sdk-3533d385d9d459f0bcc25d66e2c5fe5942311cb0.zip |
lineage-sdk: Migrate to androidx
* Migrate from support library to androidx
* Various improvements and cleanup by @bgcngm
Change-Id: I10bbf5056125e8309f344c3eb18cc628bd7ec34e
Diffstat (limited to 'api')
-rw-r--r-- | api/lineage_current.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/api/lineage_current.txt b/api/lineage_current.txt index ec3212f6..b745151d 100644 --- a/api/lineage_current.txt +++ b/api/lineage_current.txt @@ -529,7 +529,7 @@ package lineageos.preference { ctor public SecureSettingSwitchPreference(android.content.Context); } - public class SelfRemovingDropDownPreference extends android.support.v7.preference.DropDownPreference { + public class SelfRemovingDropDownPreference extends androidx.preference.DropDownPreference { ctor public SelfRemovingDropDownPreference(android.content.Context, android.util.AttributeSet, int); ctor public SelfRemovingDropDownPreference(android.content.Context, android.util.AttributeSet); ctor public SelfRemovingDropDownPreference(android.content.Context); @@ -537,7 +537,7 @@ package lineageos.preference { method public void setAvailable(boolean); } - public class SelfRemovingListPreference extends android.support.v7.preference.ListPreference { + public class SelfRemovingListPreference extends androidx.preference.ListPreference { ctor public SelfRemovingListPreference(android.content.Context, android.util.AttributeSet, int); ctor public SelfRemovingListPreference(android.content.Context, android.util.AttributeSet); ctor public SelfRemovingListPreference(android.content.Context); @@ -545,7 +545,7 @@ package lineageos.preference { method public void setAvailable(boolean); } - public class SelfRemovingPreference extends android.support.v7.preference.Preference { + public class SelfRemovingPreference extends androidx.preference.Preference { ctor public SelfRemovingPreference(android.content.Context, android.util.AttributeSet, int, int); ctor public SelfRemovingPreference(android.content.Context, android.util.AttributeSet, int); ctor public SelfRemovingPreference(android.content.Context, android.util.AttributeSet); @@ -554,7 +554,7 @@ package lineageos.preference { method public void setAvailable(boolean); } - public class SelfRemovingSwitchPreference extends android.support.v14.preference.SwitchPreference { + public class SelfRemovingSwitchPreference extends androidx.preference.SwitchPreference { ctor public SelfRemovingSwitchPreference(android.content.Context, android.util.AttributeSet, int); ctor public SelfRemovingSwitchPreference(android.content.Context, android.util.AttributeSet); ctor public SelfRemovingSwitchPreference(android.content.Context); |