summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Fuller <nfuller@google.com>2015-04-24 10:30:16 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-04-24 10:30:18 +0000
commit0e29681f98dad8df9f772d86a848190138245f3d (patch)
tree1cd53143d922720edf22ddc4cdd3f9bf6d45ebf4
parentf5fa550afafa2276abce78b3e5779ce11dc16c68 (diff)
parent9f7cd10134c881363bd1b891c6298f8f900ed46d (diff)
downloadbase-0e29681f98dad8df9f772d86a848190138245f3d.tar.gz
Merge "Load ICU4J data on boot"
-rw-r--r--preloaded-classes5
1 files changed, 5 insertions, 0 deletions
diff --git a/preloaded-classes b/preloaded-classes
index 151766f6e249..7a41bb268d80 100644
--- a/preloaded-classes
+++ b/preloaded-classes
@@ -828,6 +828,11 @@ android.hardware.soundtrigger.SoundTriggerModule
android.hardware.usb.UsbDevice
android.hardware.usb.UsbDeviceConnection
android.hardware.usb.UsbRequest
+# Initializing android.icu.impl.ICUBinary loads the ICU data.
+# Opening the files in the Zygote avoids StrictMode violations.
+# It also ensures the ICU data files are mapped on boot and all
+# apps will be consistent (even if files are added to /data).
+android.icu.impl.ICUBinary
android.inputmethodservice.ExtractEditText
android.location.Location
android.location.Location$1