/[zanavi_public1]/navit/navit/android/src/com/zoffcc/applications/zanavi/ZANaviMapDownloaderService.java
ZANavi

Diff of /navit/navit/android/src/com/zoffcc/applications/zanavi/ZANaviMapDownloaderService.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 40 Revision 41
33 33
34public class ZANaviMapDownloaderService extends Service 34public class ZANaviMapDownloaderService extends Service
35{ 35{
36 private static NotificationManager nm; 36 private static NotificationManager nm;
37 private static Notification notification; 37 private static Notification notification;
38 public static final int NOTIFICATION_ID__DUMMY = 1; 38 public static int NOTIFICATION_ID__DUMMY = 1;
39 public static final int NOTIFICATION_ID__DUMMY2 = 2; 39 public static int NOTIFICATION_ID__DUMMY2 = 2;
40 public static String Notification_header = ""; 40 public static String Notification_header = "";
41 public static String Notification_text = ""; 41 public static String Notification_text = "";
42 private static Context con = null; 42 private static Context con = null;
43 private static PendingIntent p_activity = null; 43 private static PendingIntent p_activity = null;
44 private static Intent notificationIntent = null; 44 private static Intent notificationIntent = null;

Legend:
Removed from v.40  
changed lines
  Added in v.41

   
Visit the ZANavi Wiki