码迷,mamicode.com
首页 > 移动开发 > 详细

android 设置中添加首选项 通过Intent调第三方应用

时间:2014-09-30 16:56:39      阅读:214      评论:0      收藏:0      [点我收藏+]

标签: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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!