burnInProtection property

bool burnInProtection
final

Used to indicate whether burn-in protection is required.

When this property is set to true, views must be shifted around periodically in ambient mode. To ensure that content isn't shifted off the screen, avoid placing content within 10 pixels of the edge of the screen. Activities should also avoid solid white areas to prevent pixel burn-in. Both of these requirements only apply in ambient mode, and only when this property is set to true.

Implementation

final bool burnInProtection;