java,android,multiselectlistpreference
For those that will encounter this in the future, I solved this by looping through the selections then using a StringBuilder() to store each checked box input from the user. I however removed the array tags by just doing replace(old char, new char) where the old char is the tag...