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

* commit 'ff321d496a6a07fc667112ecfe4d9a107d44147b':
  VPN: silence VPN notifications.
This commit is contained in:
Chia-chi Yeh
2012-01-12 14:26:43 -08:00
committed by Android Git Automerger

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