Update captive portal notif for Android TV

am: e8e9dbcc23

Change-Id: I60a67b0f22aa186e8b738b8a9ee002b2b5b04e42
This commit is contained in:
Rhiannon Malia
2017-06-10 07:26:51 +00:00
committed by android-build-merger

View File

@@ -210,6 +210,10 @@ public class NetworkNotificationManager {
builder.setContentText(details); builder.setContentText(details);
} }
if (notifyType == NotificationType.SIGN_IN) {
builder.extend(new Notification.TvExtender().setChannelId(channelId));
}
Notification notification = builder.build(); Notification notification = builder.build();
mNotificationTypeMap.put(id, eventId); mNotificationTypeMap.put(id, eventId);