Schildify test notification

Change-Id: Iaa31d1c00b2cfbd88e259423feeb8549ad5f9ddf
This commit is contained in:
SpiritCroc 2020-12-21 15:29:32 +01:00
parent 68aab3b6d3
commit 4cb69860fc

View File

@ -868,8 +868,8 @@ class NotificationUtils @Inject constructor(private val context: Context,
NotificationCompat.Builder(context, NOISY_NOTIFICATION_CHANNEL_ID) NotificationCompat.Builder(context, NOISY_NOTIFICATION_CHANNEL_ID)
.setContentTitle(stringProvider.getString(R.string.app_name)) .setContentTitle(stringProvider.getString(R.string.app_name))
.setContentText(stringProvider.getString(R.string.settings_troubleshoot_test_push_notification_content)) .setContentText(stringProvider.getString(R.string.settings_troubleshoot_test_push_notification_content))
.setSmallIcon(R.drawable.ic_status_bar) .setSmallIcon(R.drawable.ic_status_bar_sc)
.setLargeIcon(getBitmap(context, R.drawable.element_logo_green)) .setLargeIcon(getBitmap(context, R.drawable.element_logo_sc))
.setColor(ContextCompat.getColor(context, R.color.notification_accent_color)) .setColor(ContextCompat.getColor(context, R.color.notification_accent_color))
.setPriority(NotificationCompat.PRIORITY_MAX) .setPriority(NotificationCompat.PRIORITY_MAX)
.setCategory(NotificationCompat.CATEGORY_STATUS) .setCategory(NotificationCompat.CATEGORY_STATUS)