android: Allow disk reads for layout inflation.
Layout inflation on the UI thread triggers StrictMode violations on some devices. Temporarily allow disk reads, as the inflation should happen on the UI thread, and the reads are inside the framework's code. BUG=644243 Review-Url: https://codereview.chromium.org/2355263002 Cr-Commit-Position: refs/heads/master@{#420595}
Showing
Please register or sign in to comment