标签:android style blog color io ar sp div c
<PreferenceScreen android:key="button_hmt_setting" android:title="@string/hmt_setting_title" android:persistent="false"> <intent android:action="android.intent.action.MAIN" android:targetPackage="com.sougou.numberlite" android:targetClass="com.sougou.numberlite.Setting" /> </PreferenceScreen>
android:persistent="true" 属性值为true 则设置不会被系统kill掉
android:targetPackage 要跳转的目标包名
android:targetClass 要跳转的目标类名
android 设置中添加首选项 通过Intent调第三方应用
标签:android style blog color io ar sp div c
原文地址:http://www.cnblogs.com/sphere/p/4001957.html