am 7fd1386b: Merge "Properly cancel Tether notification." into jb-mr1-dev

* commit '7fd1386b8a2b30669e0ffe0bacf17dd1feb5dba5':
  Properly cancel Tether notification.
This commit is contained in:
Robert Greenwalt
2012-10-04 16:53:25 -07:00
committed by Android Git Automerger

View File

@@ -454,7 +454,8 @@ public class Tethering extends INetworkManagementEventObserver.Stub {
if (mTetheredNotification.icon == icon) {
return;
}
notificationManager.cancel(mTetheredNotification.icon);
notificationManager.cancelAsUser(null, mTetheredNotification.icon,
UserHandle.ALL);
}
Intent intent = new Intent();