Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ivaniskandar/5a647a4950eeb59aa7a99ad7d25573a0 to your computer and use it in GitHub Desktop.
Save ivaniskandar/5a647a4950eeb59aa7a99ad7d25573a0 to your computer and use it in GitHub Desktop.
/**
* ui_night_mode | ui_night_mode_override
* twilight-night-on 0 | 0
* twilight-night-off 0 | 1
* twilight-day-on 0 | 1
* twilight-night-off 0 | 0
* manual-on 2 | 1
* manual-off 1 | 1
*
* References:
* UiModeManager.MODE_NIGHT_AUTO = 0
* UiModeManager.MODE_NIGHT_NO = 1
* UiModeManager.MODE_NIGHT_YES = 2
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment