mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-15 02:38:59 +03:00
Schildify test notification
Change-Id: Iaa31d1c00b2cfbd88e259423feeb8549ad5f9ddf
This commit is contained in:
parent
68aab3b6d3
commit
4cb69860fc
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue