commit | ab569c801bc48d1abf8bebbe2e061add31b4f636 | [log] [tgz] |
---|---|---|
author | Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org> | Sun Aug 27 15:36:57 2017 +0200 |
committer | Aren Clegg <aclegg2011@gmail.com> | Mon Aug 28 15:16:43 2017 -0700 |
tree | 0b87008fc69c1f55dfd5b51ce0ae9585de5a9cb5 | |
parent | 72a250e0f6d2588a9aa82f10f27d2bb6416efd43 [diff] |
Don't crash when displaying the " key When displaying any key selection that has a " key, AOSP 8.0.0_r4's LatinIME crashes. The problem is that XML escapes are handled too early: latin:keySpec=""" becomes latin:keySpec=""" before it's fed to an XML parser, causing a syntax error. https://issuetracker.google.com/issues/65090157 Change-Id: I7b52fc62c874075d572a631c75e87caad1d365c0 Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>