bundle値転送時の注意点

897 ワード

今日bundleを使用して値を渡すとき、
bundle1.putBoolean("productiondetail",true);
JumperUtils.JumpTo(ProductionDetailActivity.this, MainActivity.class,bundle1);
問題は
getIntent().getBooleanExtra("productiondetail")      null,                ,          ,       ,    bundle
        
 
  
getIntent().getExtras().getBoolean("productiondetail"),    ,