getSupportActionBar using FragmentActivity
The ActionBarActivity
does support the method you require, and is a subclass of FragmentActivity
. See: http://developer.android.com/reference/android/support/v7/app/ActionBarActivity.html
Just use this.getActionBar()
to get action bar