启动各种 App Android
2010-04-20 04:50:00 来源:WEB开发网核心提示:intent = new Intent( );ComponentName comp = new ComponentName("com.android.mms", "com.android.mms.ui.ConversationList");intent.setComponent(
intent = new Intent( );
ComponentName comp = new ComponentName("com.android.mms", "com.android.mms.ui.ConversationList");
intent.setComponent(comp);
intent.setAction("android.intent.action.VIEW");
startActivity(intent); ---启动系统发信息软件,
Intent it = new Intent(Intent.ACTION_VIEW);
it.putExtra("sms_body", "The SMS text");
it.setType("vnd.android-dir/mms-sms");
startActivity(it); --启动系统发信息软件并直接到发信窗口
[]
- ››各种剖析横板页游《大小世界》为何来历假?
- ››Applying Styles and Themes - 应用Style和Theme ...
- ››各种SmartPhone上的跨平台开源框架的总结
- ››apple cocoa内存管理笔记
- ››Apple关于iPad应用需要支持设备方向的要求
- ››APP-V攻略之五:序列化Office2003
- ››App-V攻略之一:App-V Management Server部署
- ››App-V攻略之二:App-V Management Server配置
- ››App-V攻略之三:App-V Client部署
- ››App-V攻略之四:App-V Sequencer Server部署
- ››App Inventor for Android
- ››App Store推荐作品DiyDict作者谈开发经验
更多精彩
赞助商链接