国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 學院 > 開發設計 > 正文

firebase推送 修改系統默認notification樣式(稀有)

2019-11-09 18:42:09
字體:
來源:轉載
供稿:網友

firebase在app前臺時執行onMessageReceived方法,可以自定義樣式,但是在app后臺或被殺死時,不執行onMessageReceived方法,所以需要重寫firebase的zzm方法才可以更改系統的默認樣式

public class MyNotificationService extends FirebaseMessagingService {

public void onMessageReceived(RemoteMessage remoteMessage) { // do nothing}@Overridepublic void zzm(Intent intent) { Intent launchIntent = new Intent(this, SplashScreenActivity.class); launchIntent.setAction(Intent.ACTION_MAIN); launchIntent.addCategory(Intent.CATEGORY_LAUNCHER); PendingIntent pendingIntent = PendingIntent.getActivity(this, 0 /* R equest code */, launchIntent, PendingIntent.FLAG_ONE_SHOT); Bitmap rawBitmap = BitmapFactory.decodeResource(getResources(), R.mipmap.ic_launcher); NotificationCompat.Builder notificationBuilder = new NotificationCompat.Builder(this) .setSmallIcon(R.drawable.ic_notification) .setLargeIcon(rawBitmap) .setContentTitle(intent.getStringExtra("gcm.notification.title")) .setContentText(intent.getStringExtra("gcm.notification.body")) .setAutoCancel(true) .setContentIntent(pendingIntent); NotificationManager notificationManager = (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE); notificationManager.notify(0 /* ID of notification */, notificationBuilder.build());}

}


上一篇:抓包Fidder

下一篇:源代碼之Git團隊開發

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 五家渠市| 霍林郭勒市| 南平市| 洛川县| 酒泉市| 双桥区| 中超| 红原县| 镇平县| 寿阳县| 方山县| 颍上县| 西乌珠穆沁旗| 营山县| 长兴县| 莫力| 且末县| 容城县| 扎赉特旗| 永善县| 明星| 海丰县| 永清县| 和平区| 马山县| 启东市| 长汀县| 济阳县| 巧家县| 泰宁县| 和平区| 吉林省| 南平市| 佳木斯市| 宁夏| 象州县| 岐山县| 马边| 晋江市| 保定市| 高青县|