4493d84ab2cbd8c36674fcc4009081850b04a63c
The root issue is that CharSequence is an interface. String implements that interface, however, Spanned class too which is a rich text format that can store HTML code. The solution is enforce to use String type which won't include any HTML function. Test: Rebuilt apk and see the string without HTML style. Bug: 179042963 Change-Id: I53b460b12da918e022d2f2934f114d205dbaadb0 Merged-In: I53b460b12da918e022d2f2934f114d205dbaadb0 (cherry picked from commit0bf3c98b2f
) (cherry picked from commit52f9039d5c
)
…
Description
No description provided
Languages
Java
89.8%
Kotlin
10.2%