mirror of
https://github.com/androidx/media.git
synced 2025-05-07 07:30:22 +08:00

CharSequence is used by Notification builders and allows to set Spannable text. It's the base interface of the String class, so apps wouldn't be break after the update. PiperOrigin-RevId: 303731890