We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92936b4 commit 2135c1bCopy full SHA for 2135c1b
1 file changed
app/proguard-rules.pro
@@ -31,6 +31,10 @@
31
-keep class me.zhanghai.android.files.provider.common.ByteString { *; }
32
-keep class me.zhanghai.android.files.provider.linux.syscall.** { *; }
33
-keepnames class * extends java.lang.Exception
34
+# For Class.getEnumConstants()
35
+-keepclassmembers enum * {
36
+ public static **[] values();
37
+}
38
-keepnames class me.zhanghai.android.files.** implements android.os.Parcelable
39
40
# Apache Commons Compress
0 commit comments