摘要:
public class UpdateService extends Service { private int count =0 ; private ProgressBar bar; private Button btnC; private RemoteViews rv; Notification notification; NotificationManager mManager; /* 下载保存路径 */ private String mSavePath; /* 保存解析的XML信息 */ HashMap mHashMap; ... 阅读全文