Update captive portal notif for Android TV
am: e8e9dbcc23
Change-Id: I2096324e76770fee698507c2681d9c2fd92165b9
This commit is contained in:
@@ -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