處理方法 :
只需要重寫 Activity 的 onNewIntent();
然后調(diào)用 setintent();
?代碼
public void onNewIntent(Intent intent){
?????? super.onNewIntent(intent);
?????? setIntent(intent);
}
處理方法 :
只需要重寫 Activity 的 onNewIntent();
然后調(diào)用 setintent();
?代碼
public void onNewIntent(Intent intent){
?????? super.onNewIntent(intent);
?????? setIntent(intent);
}