diff --git a/services/core/java/com/android/server/connectivity/Tethering.java b/services/core/java/com/android/server/connectivity/Tethering.java index c1ce7b5f9a059..6e8e939cb76dc 100644 --- a/services/core/java/com/android/server/connectivity/Tethering.java +++ b/services/core/java/com/android/server/connectivity/Tethering.java @@ -772,7 +772,7 @@ public class Tethering extends BaseNetworkObserver implements IControlsTethering mLastNotificationId = id; notificationManager.notifyAsUser(null, mLastNotificationId, - mTetheredNotificationBuilder.build(), UserHandle.ALL); + mTetheredNotificationBuilder.buildInto(new Notification()), UserHandle.ALL); } private void clearTetheredNotification() {