commit | 23cdee3f5c22b16112b4af825160588b652bba71 | [log] [tgz] |
---|---|---|
author | Lais Andrade <lsandrade@google.com> | Thu Jul 25 16:19:42 2024 +0000 |
committer | Lais Andrade <lsandrade@google.com> | Wed Jul 31 11:36:21 2024 +0000 |
tree | f39aa2b74941e2d5e52fdbf48712daa1046e306a | |
parent | 4dd6ff9717ed496122eee973dfbcb65c16dd3ed6 [diff] |
Stop using escape HTML on SoundPicker title from intent The method affects non-ascii characters from the string, but it might not be necessary to prevent injecting style into the window title. Using a String instead of a CharSequence should be enough to remove any spannable elements from the intent extra. Change-Id: Icd238bcff3e5c1dc7ecf27f97589ac01530f53da Fix: 355350222 Test: manual