Skip to content

Instantly share code, notes, and snippets.

@kfaraj
Created December 23, 2019 12:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kfaraj/025fe68210e8b1d250c6d4485300e589 to your computer and use it in GitHub Desktop.
Save kfaraj/025fe68210e8b1d250c6d4485300e589 to your computer and use it in GitHub Desktop.
val prefs = PreferenceManager.getDefaultSharedPreferences(this)
val mode = prefs.getInt(Settings.NIGHT_MODE, Settings.MODE_NIGHT_DEFAULT)
AppCompatDelegate.setDefaultNightMode(mode)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment