用Preferences,通过xml文件跳转到另一个Activity
我亲自没有测试过 但是看到发布的人测试过 原文地址:[url] http://groups.google.com/group/android-developers/browse_thread/thread/8ea1145c3c8b9c0b[/url]
直接上代码
<Preference android:title="Internal activity"android:summary="This will launch internal activity"><intent android:action="android.intent.action.MAIN"android:targetPackage="com.doll.demo" android:target/></Preference>