commit | 88bbe8206f93272a610e9d24182c6e80b94d8548 | [log] [tgz] |
---|---|---|
author | Jeremy Meyer <jakmcbane@google.com> | Mon Nov 20 16:23:44 2023 -0800 |
committer | Jeremy Meyer <jakmcbane@google.com> | Tue Nov 28 14:11:59 2023 -0800 |
tree | eafe4a6998ae13e1b9704fc576d0d0ec5f2f85eb | |
parent | cc5ffba101fd3f49f9e0b05b54d74e8a05b4840a [diff] |
Allow disk reads when context creates LocaleConfig ContextImpl needs to create a LocaleConfig so resources has access to it for multilocale. This can cause disk reads which cause a strict mode violation because it happens on the UI thread. This temporary allows it on the UI thread just around that read. Fixes: 309232726 Test: manual Change-Id: I9e1ad21a19bbbdbe6b2fff78489f43e291babad1