Possible Duplicate:
Launch new activity from PreferenceActivity
I have a Preference set up that I would like to start an intent that will display version and other information about the app. I cannot for the life of me figure out how to start an intent from a Preference. How would I do this? Please help. The preference is set up like this:
<Preference
android:title="About"
android:summary="About application"
android:key="about"
></Preference>