mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 10:46:53 -04:00
Possible fix for fatal error on some android phones
This commit is contained in:
parent
208187bcd1
commit
89518c437e
@ -14,6 +14,11 @@
|
|||||||
-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
|
||||||
|
|
||||||
|
# Allow obfuscation of android.support.v7.internal.view.menu.**
|
||||||
|
# to avoid problem on Samsung 4.2.2 devices with appcompat v21
|
||||||
|
# see https://code.google.com/p/android/issues/detail?id=78377
|
||||||
|
-keep class !android.support.v7.internal.view.menu.**,android.support.** {*;}
|
||||||
|
|
||||||
-keepclasseswithmembers class * {
|
-keepclasseswithmembers class * {
|
||||||
native <methods>;
|
native <methods>;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user