commit | a3f809ba4c32830f41090fd0ac096b5102526c48 | [log] [tgz] |
---|---|---|
author | Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org> | Sun Aug 27 15:36:57 2017 +0200 |
committer | nilac8991 <nilac8991@gmail.com> | Wed Dec 06 22:14:03 2017 +0100 |
tree | 8b6e9615f91c1089d1098f14fae6a46c0b82252b | |
parent | 60ed87b10f0390b3533b58f78c13f01680420a79 [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>