fix ReadingActivity
I had no problems on stock android but on cyanogenmod I got crashes without this
This commit is contained in:
parent
971b0cd022
commit
a21e2f6a7c
@ -36,6 +36,11 @@
|
|||||||
-keep public class com.android.vending.licensing.ILicensingService
|
-keep public class com.android.vending.licensing.ILicensingService
|
||||||
-keep public class acr.browser.lightning.reading.*
|
-keep public class acr.browser.lightning.reading.*
|
||||||
|
|
||||||
|
# this will fix a force close in ReadingActivity
|
||||||
|
-keep public class org.jsoup.** {
|
||||||
|
public *;
|
||||||
|
}
|
||||||
|
|
||||||
# Without this rule, openFileChooser does not get called on KitKat
|
# Without this rule, openFileChooser does not get called on KitKat
|
||||||
-keep class acr.browser.lightning.LightningView$LightningChromeClient {
|
-keep class acr.browser.lightning.LightningView$LightningChromeClient {
|
||||||
void openFileChooser(android.webkit.ValueCallback);
|
void openFileChooser(android.webkit.ValueCallback);
|
||||||
|
Loading…
Reference in New Issue
Block a user