summaryrefslogtreecommitdiffstats
path: root/proguard.flags
diff options
context:
space:
mode:
Diffstat (limited to 'proguard.flags')
-rw-r--r--proguard.flags4
1 files changed, 4 insertions, 0 deletions
diff --git a/proguard.flags b/proguard.flags
index ada622695..7397088b7 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -62,3 +62,7 @@
-keep class com.android.launcher3.ClippedImageView {
*;
}
+
+-keep class com.android.launcher3.MemoryDumpActivity {
+ *;
+}