OSDN Git Service

Merge changes from topics "ww_4_delete_data", "ww_3_checkconfig", "ww_2_uploadIntent...
[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 *