In my android proj I want eclipse to treat all hard coded strings in the xml files as error. So what I have done is changed Window->Preferences->Android->Lint Error Checking to Error.
Now it seems to point at all the hard coded string in the layout files as errors but misses the preferences file.
How can I apply same rule for preferences file.
Thank you,