mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-12-25 01:00:55 +01:00
Schildify test notification
Change-Id: Iaa31d1c00b2cfbd88e259423feeb8549ad5f9ddf
This commit is contained in:
parent
68aab3b6d3
commit
4cb69860fc
@ -868,8 +868,8 @@ class NotificationUtils @Inject constructor(private val context: Context,
|
||||
NotificationCompat.Builder(context, NOISY_NOTIFICATION_CHANNEL_ID)
|
||||
.setContentTitle(stringProvider.getString(R.string.app_name))
|
||||
.setContentText(stringProvider.getString(R.string.settings_troubleshoot_test_push_notification_content))
|
||||
.setSmallIcon(R.drawable.ic_status_bar)
|
||||
.setLargeIcon(getBitmap(context, R.drawable.element_logo_green))
|
||||
.setSmallIcon(R.drawable.ic_status_bar_sc)
|
||||
.setLargeIcon(getBitmap(context, R.drawable.element_logo_sc))
|
||||
.setColor(ContextCompat.getColor(context, R.color.notification_accent_color))
|
||||
.setPriority(NotificationCompat.PRIORITY_MAX)
|
||||
.setCategory(NotificationCompat.CATEGORY_STATUS)
|
||||
|
Loading…
Reference in New Issue
Block a user