1
0
Fork 0
mirror of https://github.com/M66B/NetGuard.git synced 2025-02-21 22:07:15 +00:00

Get rid of the status bar notification

This commit is contained in:
M66B 2015-11-10 15:42:27 +01:00
parent 22ddb3b92e
commit aaf25f5588

View file

@ -416,6 +416,7 @@ public class SinkholeService extends VpnService {
.setContentIntent(pi)
.setCategory(Notification.CATEGORY_STATUS)
.setVisibility(Notification.VISIBILITY_SECRET)
.setPriority(Notification.PRIORITY_MIN)
.setColor(ContextCompat.getColor(this, R.color.colorPrimary))
.setAutoCancel(true);