处理方法 :
只需要重写 Activity 的 onNewIntent();
然后调用 setintent();
代码
public void onNewIntent(Intent intent){
super.onNewIntent(intent);
setIntent(intent);
}
处理方法 :
只需要重写 Activity 的 onNewIntent();
然后调用 setintent();
代码
public void onNewIntent(Intent intent){
super.onNewIntent(intent);
setIntent(intent);
}
本文标题:关于在onResume 获取 getIntent 值失败
本文链接:https://www.haomeiwen.com/subject/ylhfdttx.html
网友评论