diff options
Diffstat (limited to 'preloaded-classes')
| -rw-r--r-- | preloaded-classes | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/preloaded-classes b/preloaded-classes index 7686431a7bdf..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 @@ -1146,8 +1151,6 @@ android.provider.Settings$SettingNotFoundException android.provider.Settings$System android.provider.Telephony$Mms android.renderscript.RenderScript -android.security.AndroidKeyPairGenerator -android.security.AndroidKeyStore android.security.AndroidKeyStoreProvider android.speech.tts.TextToSpeechService android.speech.tts.TextToSpeechService$SpeechItemV1 @@ -1172,6 +1175,7 @@ android.system.StructUtsname android.telecom.InCallService android.telephony.PhoneNumberUtils android.telephony.Rlog +android.telephony.SignalStrength android.telephony.SubscriptionManager android.telephony.TelephonyManager android.text.AndroidBidi @@ -2631,7 +2635,6 @@ javax.microedition.khronos.opengles.GL11Ext javax.microedition.khronos.opengles.GL11ExtensionPack javax.net.DefaultSocketFactory javax.net.SocketFactory -javax.net.ssl.DefaultHostnameVerifier javax.net.ssl.DistinguishedNameParser javax.net.ssl.HostnameVerifier javax.net.ssl.HttpsURLConnection |