There's something that I don't understand with SharedPreference.
In this document it says that the getStringSet() method is supported from API 1. But I found no method like that. I use API 8 for my apps. What's happening here? Is it not supported anymore?
ps : There's no difference with the SharedPreference.Editor. There's no putStringSet() in the editor class.
screenshot : look.. no getStringSet()