解决方法
片段与您的活动一起使用,但是要使用FragmentTransaction和片段生命周期来跟踪片段作为对话框(窗口),您需要使用DialogFragment.但是,您也可以使用简单的Dialog,但与片段的生命周期无关.
根据Google文档:
A DialogFragment can still optionally be used as a normal fragment,if desired. This is useful if you have a fragment that in some cases should be shown as a dialog and others embedded in a larger UI.