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:
parent
22ddb3b92e
commit
aaf25f5588
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue