Merge "Properly cancel Tether notification." into jb-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
7fd1386b8a
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user