Update captive portal notif for Android TV
am: e8e9dbcc23
Change-Id: I60a67b0f22aa186e8b738b8a9ee002b2b5b04e42
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