Merge "VPN: silence VPN notifications." into ics-mr1

This commit is contained in:
Chia-chi Yeh
2012-01-12 14:24:30 -08:00
committed by Android (Google) Code Review

View File

@@ -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);