diff options
author | Steve Kondik <steve@cyngn.com> | 2016-10-14 21:18:03 -0700 |
---|---|---|
committer | davidevinavil <davidevinavil@gmail.com> | 2017-01-21 18:32:37 +0100 |
commit | 8e48c247cff44d96ad69b7f7602adf75f44a1716 (patch) | |
tree | 4fa60f5a59edc11a4c15a7a031ea897f1bbd8b15 /doze/proguard.flags | |
parent | 1559ebce0ec7064839149a850f488036f9b46e9d (diff) |
z2_plus: Bring DozeSettings up to date
* Rework the UI with a SwitchBar
* Change to the preferences support library and use fragments
* Use all the new fancy RemotePreference stuff
* Slot into display settings instead of the dashboard
Change-Id: I0850f7d9558a14f739f752f76002db993381a0e5
Diffstat (limited to 'doze/proguard.flags')
-rw-r--r-- | doze/proguard.flags | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doze/proguard.flags b/doze/proguard.flags index a21e62f..7f3d4c7 100644 --- a/doze/proguard.flags +++ b/doze/proguard.flags @@ -1,3 +1,8 @@ +-keepclasseswithmembers class * { + public <init>(android.content.Context, android.util.AttributeSet); +} + +-keep class ** extends android.support.v14.preference.PreferenceFragment -keep class com.cyanogenmod.settings.doze.* { *; } |