Skip to content

Instantly share code, notes, and snippets.

@xalexchen
Created August 30, 2013 08:48
Show Gist options
  • Save xalexchen/6387723 to your computer and use it in GitHub Desktop.
Save xalexchen/6387723 to your computer and use it in GitHub Desktop.
perform a action to start an activity on preference xml file
<PreferenceScreen
android:title="@string/system_info"
android:summary="@string/system_info_summary">
<intent android:action=".ui.SystemInfo" />
</PreferenceScreen>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment