Dark theme configuration change in Android Q
问题 I want to implement android 10 dark theme in my app , I have these following cases: SYSTEM_DEFAULT, NIGHT_MODE, LIGHT_MODE The problem is when I change theme from night or light to system_default from inside the app and it can not understand whether the system is in light mode or dark mode. so the theme won't be updated. I've tried the dark theme by google https://developer.android.com/guide/topics/ui/look-and-feel/darktheme and implementing the configuration still won't be good for me