I\'m using fragment activity on one project, but it seems v4 support FragmentActivity doesn\'t has getSupportActionBar() method, and I need to use
FragmentActivity
getSupportActionBar()
Just use this.getActionBar() to get action bar
this.getActionBar()