class NotifyEx {
private Notification notify;
private Context mContext;
private NotificationManager Nm;
private Intent intent;
private static int NOTIFITY_ID = 0x123;
private static final String TAG = “NotifyEx”;
private static int count = 1;
public NotifyEx(Context c){
mContext = c;
Nm = (NotificationManager)c.getSystemService(Context.NOTIFICATION_SERVICE);
}
近期评论