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