1

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>
Community
  • 1
  • 1
Sega dude
  • 1,103
  • 3
  • 12
  • 29
  • 1
    There's no built-in way to do it, you have to do it custom. Check [this answer](http://stackoverflow.com/a/4419551/642161). – dmon Dec 24 '12 at 00:21

0 Answers0