diff options
author | Neil Fuller <nfuller@google.com> | 2015-04-23 14:50:34 +0100 |
---|---|---|
committer | Neil Fuller <nfuller@google.com> | 2015-04-23 14:50:34 +0100 |
commit | 9f7cd10134c881363bd1b891c6298f8f900ed46d (patch) | |
tree | 3b286ff8fd776dc1fa2eb72be959b3218c203f81 /preloaded-classes | |
parent | 31fb202e6f6687f86ec4fc33b18aafacbf67c797 (diff) | |
download | frameworks_base-9f7cd10134c881363bd1b891c6298f8f900ed46d.zip frameworks_base-9f7cd10134c881363bd1b891c6298f8f900ed46d.tar.gz frameworks_base-9f7cd10134c881363bd1b891c6298f8f900ed46d.tar.bz2 |
Load ICU4J data on boot
Bug: 20252074
Bug: 20396452
Change-Id: I17de761e0d81caa2fc280b5cc368ee6113a5d655
Diffstat (limited to 'preloaded-classes')
-rw-r--r-- | preloaded-classes | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/preloaded-classes b/preloaded-classes index 151766f..7a41bb2 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 |