| Class | Description |
|---|---|
| AutoNightActivity |
A base Activity that sets the current night mode using an
class AutoNightDelegate. |
| AutoNightDelegate |
A androidx.lifecycle.FullLifecycleObserver that updates the AppCompatDelegate's default night mode. The night
is updated when the given LifecycleOwner is started, and again at the next dawn/dusk event if the LifecycleOwner
has not stopped.
|