summaryrefslogtreecommitdiff
path: root/doze/proguard.flags
diff options
context:
space:
mode:
Diffstat (limited to 'doze/proguard.flags')
-rw-r--r--doze/proguard.flags8
1 files changed, 8 insertions, 0 deletions
diff --git a/doze/proguard.flags b/doze/proguard.flags
new file mode 100644
index 0000000..b1cabdb
--- /dev/null
+++ b/doze/proguard.flags
@@ -0,0 +1,8 @@
+-keepclasseswithmembers class * {
+ public <init>(android.content.Context, android.util.AttributeSet);
+}
+
+-keep class ** extends android.support.v14.preference.PreferenceFragment
+-keep class org.lineageos.settings.doze.* {
+ *;
+}