Update captive portal notif for Android TV
Test: Connect to captive portal, notification appears in side panel BUG:38453402 Change-Id: I39baf90897f2f3d67b8b03c31dd74fa1d39d39de
This commit is contained in:
committed by
Isaac Katzenelson
parent
9b39e9abdb
commit
e8e9dbcc23
@@ -210,6 +210,10 @@ public class NetworkNotificationManager {
|
||||
builder.setContentText(details);
|
||||
}
|
||||
|
||||
if (notifyType == NotificationType.SIGN_IN) {
|
||||
builder.extend(new Notification.TvExtender().setChannelId(channelId));
|
||||
}
|
||||
|
||||
Notification notification = builder.build();
|
||||
|
||||
mNotificationTypeMap.put(id, eventId);
|
||||
|
||||
Reference in New Issue
Block a user