Merge "Properly cancel Tether notification." into jb-mr1-dev

This commit is contained in:
Robert Greenwalt
2012-10-04 16:50:39 -07:00
committed by Android (Google) Code Review

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