aboutsummaryrefslogtreecommitdiff
path: root/doze/proguard.flags
diff options
context:
space:
mode:
authorSteve Kondik <steve@cyngn.com>2016-10-14 21:18:03 -0700
committerDavide Garberi <dade.garberi@gmail.com>2017-12-04 09:01:03 +0100
commit2c64d330803b469deffde432e3fbe292ba8a7d26 (patch)
tree4118ab3194cd18aaeb8c44bfd3f2bbb7392673d4 /doze/proguard.flags
parentf639e2333a933fdb73927a8f8dba99bec8dce0af (diff)
msm8996-common: 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 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
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.* {
*;
}