mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2026-05-08 15:11:32 +02:00
ClipboardService: Fix icon
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
c49c164f20
commit
0aeb51efa4
|
|
@ -124,7 +124,7 @@ class ClipboardService : Service() {
|
|||
val notification = NotificationCompat.Builder(this, CHANNEL_ID)
|
||||
.setContentTitle(getString(R.string.app_name))
|
||||
.setContentText(getString(R.string.tap_clear_clipboard))
|
||||
.setSmallIcon(R.drawable.ic_launcher_foreground)
|
||||
.setSmallIcon(R.drawable.ic_action_secure_24dp)
|
||||
.setContentIntent(pendingIntent)
|
||||
.setUsesChronometer(true)
|
||||
.setPriority(NotificationCompat.PRIORITY_LOW)
|
||||
|
|
|
|||
Loading…
Reference in a new issue