android fix issues reported by linting

This commit is contained in:
cip 2013-04-05 19:40:02 +02:00
parent 12312b499c
commit ab91367f76
2 changed files with 4 additions and 3 deletions

View File

@ -14,15 +14,15 @@
-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
-keepclasseswithmembernames class * { -keepclasseswithmembers class * {
native <methods>; native <methods>;
} }
-keepclasseswithmembernames class * { -keepclasseswithmembers class * {
public <init>(android.content.Context, android.util.AttributeSet); public <init>(android.content.Context, android.util.AttributeSet);
} }
-keepclasseswithmembernames class * { -keepclasseswithmembers class * {
public <init>(android.content.Context, android.util.AttributeSet, int); public <init>(android.content.Context, android.util.AttributeSet, int);
} }

View File

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<resources> <resources>
<string name="app_name">Kiwix</string>
<string name="menu_openfile">Datei öffnen</string> <string name="menu_openfile">Datei öffnen</string>
<string name="menu_help">Hilfe</string> <string name="menu_help">Hilfe</string>
<string name="menu_home">Home</string> <string name="menu_home">Home</string>