一直不知道activity的oncreate中调用getIntent()和getIntent().getExtras(),哪个可能会是空指针,通过实践,我发现getIntent()永不会空,getExtras()可能会返回空。
评论