When there is a need to use getSupportFragmentManager() to support lower API levels, I think using getChildFragmentManager() method. How this method supports all API levels?
getSupportFragmentManager()
getChildFragmentManager()
They are both in the support library.