向我解释为什么会失败? - 情况是:1个活动+ 1个FrameLayout内容+片段 - 接收新意图并提取数据:onNewIntent(Intent intent) - 从那个方法需要在片段堆栈上做“回头” - > m_FragmentManager.popBackStack(); - 如果失败:
java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState
... android.support.v4.app.FragmentManagerImpl.checkStateLoss(FragmentManager.java:1299)
..
任何?