aboutsummaryrefslogtreecommitdiff
path: root/doze/proguard.flags
diff options
context:
space:
mode:
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.* {
*;
}