Skip to content

Instantly share code, notes, and snippets.

@yucc136
Forked from goodev/preference.xml
Last active August 29, 2015 14:07
Show Gist options
  • Select an option

  • Save yucc136/7de76cbfa1a5388cd828 to your computer and use it in GitHub Desktop.

Select an option

Save yucc136/7de76cbfa1a5388cd828 to your computer and use it in GitHub Desktop.
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
<Preference android:title="@string/pref_title_data_manage" >
<!-- 当用户点击该设置条目的时候,就会调用这个 intent 来启动 SpaceActivity-->
<intent
android:action="android.intent.action.VIEW"
android:targetPackage="org.goodev.test"
android:targetClass="org.goodev.test.SpaceActivity" />
</Preference>
</PreferenceScreen>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment