Put retrieving the LocaleConfig at app start behind flag

Sometimes when an app is starting there is a crash when getting the
LocaleConfig during startup because it ends up reading from disk which
is disallowed on the UI thread. This puts that creation behind an
existing flag (which it probably should be anyway) to fix the problem
while we investigate a better way to do it.

Bug: 309232726
Test: automatic
Change-Id: I0686fafa0f2edec92c429ee72c653e13476cfbf8
1 file changed