Merge "Creat a new notification to avoid the mTetheredNotificationBuilder changed" am: 99cf40a25a

am: 3818d4187c

Change-Id: Iafc7ccd9bdd120100ae4063d72379479693142f9
This commit is contained in:
zhouzhijie
2017-05-22 11:02:28 +00:00
committed by android-build-merger

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