project_files/Android-build/SDL-android-project/src/org/hedgewars/mobile/Downloader/DownloadService.java
equal
deleted
inserted
replaced
38 import android.util.Log; |
38 import android.util.Log; |
39 import android.widget.RemoteViews; |
39 import android.widget.RemoteViews; |
40 |
40 |
41 public class DownloadService extends Service { |
41 public class DownloadService extends Service { |
42 |
42 |
43 private final static String URL = "http://31.3.98.83/tmp/data.zip"; |
43 private final static String URL = "http://hedgewars.googlecode.com/files/data_5631.zip"; |
44 public static final int MSG_CANCEL = 0; |
44 public static final int MSG_CANCEL = 0; |
45 public static final int MSG_REGISTER_CLIENT = 1; |
45 public static final int MSG_REGISTER_CLIENT = 1; |
46 public static final int MSG_UNREGISTER_CLIENT = 2; |
46 public static final int MSG_UNREGISTER_CLIENT = 2; |
47 |
47 |
48 public static final int NOTIFICATION_PROCESSING = 0; |
48 public static final int NOTIFICATION_PROCESSING = 0; |