Add in proguard protection for Reading Mode (should keep it from crashing)

This commit is contained in:
Anthony Restaino 2015-02-09 15:31:16 -05:00
parent fa3c784722
commit 0c57e14f05

View File

@ -34,6 +34,7 @@
-keep public class * extends android.app.backup.BackupAgentHelper
-keep public class * extends android.preference.Preference
-keep public class com.android.vending.licensing.ILicensingService
-keep public class acr.browser.lightning.reading.*
# Without this rule, openFileChooser does not get called on KitKat
-keep class acr.browser.lightning.LightningView$LightningChromeClient {