Fix '<b>' did not get bold in HearingDevice footer.
Root Cause: Did not use <![CDATA[ ...]]> to represent it contains html tag <b>. Solution: Use <![CDATA[ and Html.fromHtml to add Spanned for the footer string. Bug: 378806589 Test: Enable bold text to test the effect Flag: EXEMPT bugfix Change-Id: I56827dc18e7183c0458c83dac0dbeca7eb8bb16d
Loading
Please register or sign in to comment