Merge "Creat a new notification to avoid the mTetheredNotificationBuilder changed"
am: 99cf40a25a
Change-Id: I9d45fc368e746efa40df96c39719566a201dad45
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user