project_files/Android-build/SDL-android-project/src/org/hedgewars/mobile/Downloader/DownloadService.java
branchhedgeroid
changeset 5514 294c92eea729
parent 5412 ab055114c788
child 5621 ea796c83ea47
equal deleted inserted replaced
5512:e4cbfa6c1a6d 5514:294c92eea729
    19 import android.util.Log;
    19 import android.util.Log;
    20 import android.widget.RemoteViews;
    20 import android.widget.RemoteViews;
    21 
    21 
    22 public class DownloadService extends Service {
    22 public class DownloadService extends Service {
    23 
    23 
    24 	private final static String URL = "http://www.xelification.com/tmp/data.zip";
    24 	private final static String URL = "http://31.3.98.83/tmp/data.zip";
    25 	public static final int MSG_CANCEL = 0;
    25 	public static final int MSG_CANCEL = 0;
    26 	public static final int MSG_REGISTER_CLIENT = 1;
    26 	public static final int MSG_REGISTER_CLIENT = 1;
    27 	public static final int MSG_UNREGISTER_CLIENT = 2;
    27 	public static final int MSG_UNREGISTER_CLIENT = 2;
    28 
    28 
    29 	public static final int NOTIFICATION_PROCESSING = 0;
    29 	public static final int NOTIFICATION_PROCESSING = 0;