摘要: 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; ... 阅读全文
posted @ 2013-07-08 11:27 linsen@java 阅读(275) 评论(0) 推荐(0) 编辑