am ff321d49
: Merge "VPN: silence VPN notifications." into ics-mr1
* commit 'ff321d496a6a07fc667112ecfe4d9a107d44147b': VPN: silence VPN notifications.
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user