安卓消息通知类Notification、NotificationManager

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);
}

 
Copyright © 2008-2021 lanxinbase.com Rights Reserved. | 粤ICP备14086738号-3 |