We might forget some resource that needs to be changed due to a configuration change.
For example, if we start translating the strings used by the layouts,
and we include locale in android:configChanges,
we not only need to update the LinearLayout but also the captions of the Button widgets,
since Android will not do that for us automatically