OSDN Git Service

Move force stop button into option menu.
[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 *