* commit '0d1bd1911e3fe470a4da5fd82ba602c6c3cc8944': Properly cancel Tether notification.
This commit is contained in:
@@ -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