aboutsummaryrefslogtreecommitdiff
path: root/doze/proguard.flags
diff options
context:
space:
mode:
authorSteve Kondik <steve@cyngn.com>2016-10-14 21:18:03 -0700
committerdavidevinavil <davidevinavil@gmail.com>2017-01-21 18:32:37 +0100
commit8e48c247cff44d96ad69b7f7602adf75f44a1716 (patch)
tree4fa60f5a59edc11a4c15a7a031ea897f1bbd8b15 /doze/proguard.flags
parent1559ebce0ec7064839149a850f488036f9b46e9d (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.flags5
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.* {
*;
}