You need to use getSupportFragmentManager() in your code, not getFragmentManager() – see here for more details.
You also need to extend your class from android.support.v4.app.FragmentActivity, not just from standard android.Activity to get this method.