DroidFish: Fixed warning in manifest file.

This commit is contained in:
Peter Osterlund 2012-02-12 09:49:54 +00:00
parent b97303fd5b
commit 28b81ddf0e
2 changed files with 3 additions and 2 deletions

View File

@ -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>

View File

@ -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;