mirror of
https://github.com/emanuele-f/PCAPdroid.git
synced 2026-06-16 21:10:57 +08:00
Fix notification icon
This commit is contained in:
parent
76d422e92d
commit
94b93f3175
@ -274,7 +274,8 @@ public class CaptureService extends VpnService implements Runnable {
|
||||
Utils.formatBytes(last_bytes), Utils.formatNumber(this, last_connections));
|
||||
|
||||
NotificationCompat.Builder builder = new NotificationCompat.Builder(this, NOTIFY_CHAN_VPNSERVICE)
|
||||
.setSmallIcon(R.mipmap.ic_launcher_round)
|
||||
.setSmallIcon(R.drawable.ic_logo)
|
||||
.setColor(getResources().getColor(R.color.colorPrimary))
|
||||
.setContentIntent(pi)
|
||||
.setOngoing(true)
|
||||
.setAutoCancel(false)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user