How to convert String to CharSequence in Java?
String
CharSequence
You can use
CharSequence[] cs = String[] {"String to CharSequence"};