|
|
@ -35,6 +35,13 @@ |
|
|
|
-keep public class * extends android.preference.Preference |
|
|
|
-keep public class * extends android.preference.Preference |
|
|
|
-keep public class com.android.vending.licensing.ILicensingService |
|
|
|
-keep public class com.android.vending.licensing.ILicensingService |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Without this rule, openFileChooser does not get called on KitKat |
|
|
|
|
|
|
|
-keep class acr.browser.lightning.LightningView$LightningChromeClient { |
|
|
|
|
|
|
|
void openFileChooser(android.webkit.ValueCallback); |
|
|
|
|
|
|
|
void openFileChooser(android.webkit.ValueCallback, java.lang.String); |
|
|
|
|
|
|
|
void openFileChooser(android.webkit.ValueCallback, java.lang.String, java.lang.String); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
-keepclasseswithmembernames class * { |
|
|
|
-keepclasseswithmembernames class * { |
|
|
|
native <methods>; |
|
|
|
native <methods>; |
|
|
|
} |
|
|
|
} |
|
|
|