forked from organicmaps/organicmaps-tmp
[android] Warning fixes
This commit is contained in:
parent
c28c00c11c
commit
f866f1c8dc
2 changed files with 3 additions and 4 deletions
|
@ -14,15 +14,15 @@
|
|||
-keep public class * extends android.preference.Preference
|
||||
-keep public class com.android.vending.licensing.ILicensingService
|
||||
|
||||
-keepclasseswithmembernames class * {
|
||||
-keepclasseswithmembers class * {
|
||||
native <methods>;
|
||||
}
|
||||
|
||||
-keepclasseswithmembernames class * {
|
||||
-keepclasseswithmembers class * {
|
||||
public <init>(android.content.Context, android.util.AttributeSet);
|
||||
}
|
||||
|
||||
-keepclasseswithmembernames class * {
|
||||
-keepclasseswithmembers class * {
|
||||
public <init>(android.content.Context, android.util.AttributeSet, int);
|
||||
}
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
<resources>
|
||||
<string name="download_maps">Download Maps</string>
|
||||
<string name="my_position">My Position</string>
|
||||
<string name="travel_guide">Travel Guide</string>
|
||||
<string name="app_name">MapsWithMe</string>
|
||||
<string name="about">About MapsWithMe</string>
|
||||
</resources>
|
||||
|
|
Loading…
Add table
Reference in a new issue