Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 50fe7099 authored by Chia-chi Yeh's avatar Chia-chi Yeh
Browse files

VPN: silence VPN notifications.

Bug: 5852859
Change-Id: I269d8de298a1fd69a8d777150ae97927537a5424
parent c15cf3d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -322,7 +322,7 @@ public class Vpn extends INetworkManagementEventObserver.Stub {
                    .setContentTitle(title)
                    .setContentText(text)
                    .setContentIntent(VpnConfig.getIntentForStatusPanel(mContext, config))
                    .setDefaults(Notification.DEFAULT_ALL)
                    .setDefaults(0)
                    .setOngoing(true)
                    .getNotification();
            nm.notify(R.drawable.vpn_connected, notification);