My activity already added a fragment. When I add a GuidedStepFragment into my activity :
ex: GuidedStepFragment.add(getFragmentManager(), new GuidedStepActivity.FirstStepFragment());
Although GuidedStepFragment'UI show in the front screen, but I can't control this.(still control backgroud fragment)
How can I focus on GuidedStepFragment??
Just like Youtube(android-tv version), in watch any video page,click "Flag" icon, it will show GuidedStepFragment'UI.
Thank you very much!!