Loading services/core/java/com/android/server/connectivity/Tethering.java +1 −1 Original line number Diff line number Diff line Loading @@ -755,7 +755,7 @@ public class Tethering extends BaseNetworkObserver implements IControlsTethering mLastNotificationId = icon; notificationManager.notifyAsUser(null, mLastNotificationId, mTetheredNotificationBuilder.build(), UserHandle.ALL); mTetheredNotificationBuilder.buildInto(new Notification()), UserHandle.ALL); } private void clearTetheredNotification() { Loading Loading
services/core/java/com/android/server/connectivity/Tethering.java +1 −1 Original line number Diff line number Diff line Loading @@ -755,7 +755,7 @@ public class Tethering extends BaseNetworkObserver implements IControlsTethering mLastNotificationId = icon; notificationManager.notifyAsUser(null, mLastNotificationId, mTetheredNotificationBuilder.build(), UserHandle.ALL); mTetheredNotificationBuilder.buildInto(new Notification()), UserHandle.ALL); } private void clearTetheredNotification() { Loading