mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2024-11-23 19:34:08 +01:00
DroidFish: Silence lint warning.
This commit is contained in:
parent
ee494c50f6
commit
25aa40a30f
|
@ -13,7 +13,8 @@
|
|||
<uses-sdk android:minSdkVersion="3"
|
||||
android:targetSdkVersion="10"/>
|
||||
<application android:icon="@drawable/icon"
|
||||
android:label="@string/app_name">
|
||||
android:label="@string/app_name"
|
||||
android:allowBackup="true">
|
||||
<activity android:name=".DroidFish"
|
||||
android:label="@string/app_name"
|
||||
android:configChanges="orientation|keyboardHidden">
|
||||
|
|
Loading…
Reference in New Issue
Block a user