博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
android notification 传值关键在
onNewIntent方法里获取

@Override protected void onCreate(Bundle savedInstanceState) { processIntent(getIntent()); } @Override protected void onNewIntent(Intent intent) { processIntent(intent); }; private void processIntent(Intent intent){ //get your extras }
posted on 2015-03-17 00:41  Likwo  阅读(462)  评论(0编辑  收藏  举报