Update captive portal notif for Android TV

am: e8e9dbcc23

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

View File

@@ -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);