Fixed incorrect SD card location for install paths

This commit is contained in:
pelya
2010-12-17 14:43:58 +00:00
parent 278506fd45
commit a57f8e3cb6
6 changed files with 17 additions and 11 deletions

View File

@@ -48,8 +48,6 @@ class Globals {
public static int AppTouchscreenKeyboardKeysAmountAutoFire = 1;
// Phone-specific config
// It will download app data to /sdcard/alienblaster if set to true,
// otherwise it will download it to /data/data/de.schwardtnet.alienblaster/files
public static boolean DownloadToSdcard = true;
public static boolean PhoneHasTrackball = false;
public static boolean PhoneHasArrowKeys = false;