How can we fill PreferenceScreen dynamically (from JAVA).
I have one string array. I want all items to be displayed in second preference screen with checkbox.
Currently I am having
CheckBoxPreferencetags for each item in string array in preferences.xml.
Any thoughts on how to do this.