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

Commit 5d134343 authored by Chia-chi Yeh's avatar Chia-chi Yeh Committed by Android Git Automerger
Browse files

am 1e9e7f76: am ff321d49: Merge "VPN: silence VPN notifications." into ics-mr1

* commit '1e9e7f76':
  VPN: silence VPN notifications.
parents e340527e 1e9e7f76
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);