mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-31 22:25:08 +00:00
Make sending files 100% less noisy
This commit is contained in:
@@ -39,7 +39,7 @@ class NotificationUpdateCallback extends Device.SendPacketStatusCallback {
|
|||||||
}
|
}
|
||||||
|
|
||||||
notificationManager = (NotificationManager)context.getSystemService(Context.NOTIFICATION_SERVICE);
|
notificationManager = (NotificationManager)context.getSystemService(Context.NOTIFICATION_SERVICE);
|
||||||
builder = new NotificationCompat.Builder(context, NotificationHelper.Channels.DEFAULT)
|
builder = new NotificationCompat.Builder(context, NotificationHelper.Channels.FILETRANSFER)
|
||||||
.setSmallIcon(android.R.drawable.stat_sys_upload)
|
.setSmallIcon(android.R.drawable.stat_sys_upload)
|
||||||
.setAutoCancel(true)
|
.setAutoCancel(true)
|
||||||
.setProgress(100, 0, false)
|
.setProgress(100, 0, false)
|
||||||
|
Reference in New Issue
Block a user