Loading services/java/com/android/server/connectivity/Tethering.java +2 −1 Original line number Diff line number Diff line Loading @@ -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(); Loading Loading
services/java/com/android/server/connectivity/Tethering.java +2 −1 Original line number Diff line number Diff line Loading @@ -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(); Loading