In my preferences.xml I have a preference element like this:
<Preference android:title="About" />
I want to assign onClick event, so if user would click on it, I would be able to do open new Intent or browser. I tried to do it like I do with buttons, but this not seem to work.
