摘要:
package cn.itcast.customnoti;import android.app.Activity;import android.app.Notification;import android.app.NotificationManager;import android.app.PendingIntent;import android.content.Context;import android.content.Intent;import android.net.Uri;import android.os.Bundle;import android.view.View;impor 阅读全文
posted @ 2012-07-19 07:56
ligang305
阅读(645)
评论(0)
推荐(0)
摘要:
// 1. 获取到系统的notificationManager NotificationManager notficationManager; notficationManager = (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE); // 2. 实例化一个notification String tickerText = "IP号码 设置完毕"; long when = System.currentTimeMillis(); No... 阅读全文
posted @ 2012-07-19 07:45
ligang305
阅读(212)
评论(0)
推荐(0)