OSDN Git Service

Merge "Fix screen freeze when changing display size in Multi-Window mode" am: 2051822...
[android-x86/packages-apps-Settings.git] / proguard.flags
index d644f47..091211d 100644 (file)
@@ -27,6 +27,9 @@
 -keepclasseswithmembers class * {
     public <init>(android.content.Context, android.util.AttributeSet, int);
 }
+-keepclasseswithmembers class * {
+    public <init>(android.content.Context, android.util.AttributeSet, int, int);
+}
 
 # Keep annotated classes or class members.
 -keep @android.support.annotation.Keep class *