Merge "Creat a new notification to avoid the mTetheredNotificationBuilder changed"

This commit is contained in:
Treehugger Robot
2017-05-22 10:41:38 +00:00
committed by Gerrit Code Review

View File

@@ -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() {