Jan 18, 2017 · 1 min read
I have a question about AppCompatDelegate.setDefaultNightMode()
If i call this method and not recreate() in son activity and i back to parent activty. This parent activity will call onDestory. but if call the recreate ,the parent will not call onDestory. I try to read the source code to find the reason. but I can not find this impl? Can you give me some advice?
