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