if (200 <= intId && intId <= 250) {//if there is some Thondering give a alert
Notification noti = new Notification.Builder(MainActivity.this)
.setTicker("Tickertittle")
.setContentTitle("ELEKTRA WEATHER ALERT")
.setContentText("TURN OFF the multi plug for lighting safety")
.setContentIntent();
noti.flags = Notification.FLAG_AUTO_CANCEL;
NotificationManager nm = (NotificationManager)getSystemService(NOTIFICATION_SERVICE);
nm.notify(0,noti);
}
Aucun commentaire:
Enregistrer un commentaire