mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2024-11-23 11:31:33 +01:00
DroidFish: Fixed warning in manifest file.
This commit is contained in:
parent
b97303fd5b
commit
28b81ddf0e
|
@ -8,6 +8,8 @@
|
|||
android:anyDensity="true" />
|
||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
||||
<uses-permission android:name="android.permission.WAKE_LOCK" />
|
||||
<uses-sdk android:minSdkVersion="3"
|
||||
android:targetSdkVersion="10"/>
|
||||
<application android:icon="@drawable/icon"
|
||||
android:label="@string/app_name"
|
||||
android:debuggable="false">
|
||||
|
@ -47,6 +49,4 @@
|
|||
android:label="@string/cpu_warning_title">
|
||||
</activity>
|
||||
</application>
|
||||
<uses-sdk android:minSdkVersion="3"
|
||||
android:targetSdkVersion="10"/>
|
||||
</manifest>
|
||||
|
|
|
@ -140,6 +140,7 @@ public class DroidFish extends Activity implements GUIInterface {
|
|||
// FIXME!!! Auto-swap sides is not good in combination with analysis mode.
|
||||
|
||||
// FIXME!!! Better behavior if engine is terminated. How exactly?
|
||||
// FIXME!!! Handle PGN intents with more than one game.
|
||||
|
||||
private ChessBoard cb;
|
||||
private static DroidChessController ctrl = null;
|
||||
|
|
Loading…
Reference in New Issue
Block a user