摘要: 在IntentActivity中重写下列方法:onCreate onStart onRestart onResume onPause onStop onDestroy onNewIntent一、其他应用发Intent,执行下列方法:onCreateonStartonResume发Intent的方法:Uri uri = Uri.parse("philn://blog.163.com");Intent it = new Intent(Intent.ACTION_VIEW, uri); startActivity(it);二、接收Intent声明: <activity an 阅读全文
posted @ 2013-06-18 18:02 XuShao 阅读(655) 评论(0) 推荐(0) 编辑