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

* commit '0d1bd1911e3fe470a4da5fd82ba602c6c3cc8944':
  Properly cancel Tether notification.
This commit is contained in:
Robert Greenwalt
2012-10-04 16:56:06 -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();