public class MyNotificationUtils {
private static NotificationManager manager;
private static NotificationManager getManager(Context context) {
if (manager == null) {
manager = (NotificationManager) context.getSystemService(Context.NOTIFICATION_SERVICE);
}
return manager;
}
private static NotificationCompat.Builder getNotificationBuilder(Context mContext,String title
, String content, String channelId) {
//大于8.0
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) {
//id隨便指定
NotificationChannel channel = new NotificationChannel(channelId
, mContext.getPackageName(), NotificationManager.IMPORTANCE_DEFAULT);
channel.canBypassDnd();//可否繞過(guò),請(qǐng)勿打擾模式
channel.enableLights(true);//閃光
channel.setLockscreenVisibility(Notification.VISIBILITY_SECRET);//鎖屏顯示通知
channel.setLightColor(Color.RED);//指定閃光是的燈光顏色
channel.canShowBadge();//桌面laucher消息角標(biāo)
channel.enableVibration(true);//是否允許震動(dòng)
channel.setSound(null, null);
//channel.getAudioAttributes();//獲取系統(tǒng)通知響鈴聲音配置
channel.getGroup();//獲取通知渠道組
channel.setBypassDnd(true);//設(shè)置可以繞過(guò)嬉探,請(qǐng)勿打擾模式
channel.setVibrationPattern(new long[]{100, 100, 200});//震動(dòng)的模式,震3次,第一次100,第二次100白粉,第三次200毫秒
channel.shouldShowLights();//是否會(huì)閃光
//通知管理者創(chuàng)建的渠道
getManager(mContext).createNotificationChannel(channel);
}
return new NotificationCompat.Builder(mContext,channelId).setAutoCancel(true)
.setContentTitle(title)
.setContentText(content).setSmallIcon(R.mipmap.ic_launcher);
}
/**
*
* @param title
* @param content
* @param manageId
* @param channelId
* @param progress
* @param maxProgress
*/
public static void showNotificationProgress(Context mContext,String title
, String content, int manageId, String channelId
, int progress, int maxProgress) {
final NotificationCompat.Builder builder = getNotificationBuilder(mContext,title,content,channelId);
/* Intent intent = new Intent(this, SecondeActivity.class);
PendingIntent pendingIntent = PendingIntent.getActivity(this, 0, intent, 0);
builder.setContentIntent(pendingIntent);*/
builder.setOnlyAlertOnce(true);
builder.setDefaults(Notification.FLAG_ONLY_ALERT_ONCE);
builder.setProgress(maxProgress, progress, false);
builder.setWhen(System.currentTimeMillis());
getManager(mContext).notify(manageId, builder.build());
}
public static void showNotificationProgressApkDown(Context mContext
, int progress) {
final NotificationCompat.Builder builder = getNotificationBuilder(mContext,"正在下載","appName","msg");
builder.setOnlyAlertOnce(true);
builder.setDefaults(Notification.FLAG_ONLY_ALERT_ONCE);
builder.setProgress(100, progress, false);
builder.setWhen(System.currentTimeMillis());
getManager(mContext).notify(R.drawable.ic_launcher, builder.build());
}
public static void cancleNotification(Context mContext,int manageId) {
getManager(mContext).cancel(manageId);
}
Android 進(jìn)度條通知欄通知
最后編輯于 :
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
- 文/潘曉璐 我一進(jìn)店門(mén)馒吴,熙熙樓的掌柜王于貴愁眉苦臉地迎上來(lái),“玉大人瑟曲,你說(shuō)我怎么就攤上這事饮戳。” “怎么了测蹲?”我有些...
- 文/不壞的土叔 我叫張陵莹捡,是天一觀的道長(zhǎng)。 經(jīng)常有香客問(wèn)我扣甲,道長(zhǎng)篮赢,這世上最難降的妖魔是什么? 我笑而不...
- 正文 為了忘掉前任琉挖,我火速辦了婚禮启泣,結(jié)果婚禮上,老公的妹妹穿的比我還像新娘示辈。我一直安慰自己寥茫,他們只是感情好,可當(dāng)我...
- 文/花漫 我一把揭開(kāi)白布矾麻。 她就那樣靜靜地躺著纱耻,像睡著了一般。 火紅的嫁衣襯著肌膚如雪险耀。 梳的紋絲不亂的頭發(fā)上弄喘,一...
- 那天,我揣著相機(jī)與錄音甩牺,去河邊找鬼蘑志。 笑死,一個(gè)胖子當(dāng)著我的面吹牛贬派,可吹牛的內(nèi)容都是我干的急但。 我是一名探鬼主播,決...
- 文/蒼蘭香墨 我猛地睜開(kāi)眼搞乏,長(zhǎng)吁一口氣:“原來(lái)是場(chǎng)噩夢(mèng)啊……” “哼波桩!你這毒婦竟也來(lái)了?” 一聲冷哼從身側(cè)響起请敦,我...
- 序言:老撾萬(wàn)榮一對(duì)情侶失蹤镐躲,失蹤者是張志新(化名)和其女友劉穎柏卤,沒(méi)想到半個(gè)月后,有當(dāng)?shù)厝嗽跇?shù)林里發(fā)現(xiàn)了一具尸體匀油,經(jīng)...
- 正文 獨(dú)居荒郊野嶺守林人離奇死亡,尸身上長(zhǎng)有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
- 正文 我和宋清朗相戀三年勾笆,在試婚紗的時(shí)候發(fā)現(xiàn)自己被綠了敌蚜。 大學(xué)時(shí)的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片。...
- 正文 年R本政府宣布,位于F島的核電站邀杏,受9級(jí)特大地震影響贫奠,放射性物質(zhì)發(fā)生泄漏。R本人自食惡果不足惜望蜡,卻給世界環(huán)境...
- 文/蒙蒙 一唤崭、第九天 我趴在偏房一處隱蔽的房頂上張望。 院中可真熱鬧脖律,春花似錦谢肾、人聲如沸。這莊子的主人今日做“春日...
- 文/蒼蘭香墨 我抬頭看了看天上的太陽(yáng)。三九已至微姊,卻和暖如春酸茴,著一層夾襖步出監(jiān)牢的瞬間,已是汗流浹背柒桑。 一陣腳步聲響...
- 正文 我出身青樓飘诗,卻偏偏與公主長(zhǎng)得像,于是被迫代替她去往敵國(guó)和親界逛。 傳聞我的和親對(duì)象是個(gè)殘疾皇子昆稿,可洞房花燭夜當(dāng)晚...
推薦閱讀更多精彩內(nèi)容
- 最近工作比較繁忙,一直沒(méi)抽空更新博客,簡(jiǎn)單封裝了下進(jìn)度條工具類(lèi),有需要的直接拿去用,targetSdkVersio...
- 實(shí)現(xiàn)過(guò)程溉潭,首先創(chuàng)建一個(gè)Service净响,將service綁定到MainActivity,在選擇完文件之后,用fres...
- 實(shí)現(xiàn)過(guò)程,首先創(chuàng)建一個(gè)Service畏陕,將service綁定到MainActivity,在選擇完文件之后配乓,用fres...
- 首先犹芹,android原生的藍(lán)牙接收流程是,在有文件從其他設(shè)備傳過(guò)來(lái)時(shí)鞠绰,會(huì)彈出藍(lán)牙文件接收的缺人框且默認(rèn)是以noti...
- 本方法中腰埂,一定要在 sytle 文件加入如下代碼,否則啟動(dòng)后會(huì)拋出異常: 這是因?yàn)?AppCompatActivi...