In the documentation for android.support.v4.app.FragmentManager:
\"Static library support version of the framework\'s FragmentManager. Used to write apps that run on
If you are using API >= 14, then use getFragmentManager(). If you want compatibility with devices below API 14 then you can use getSupportFragmentManager(). Therefore, getSupportFragmentManager() is used to deliver newer features to older platforms.