setDisplayShowHomeEnabled

Set whether to include the application home affordance in the action bar. Home is presented as either an activity icon or logo.

To set several display options at once, see the setDisplayOptions methods.

Parameters

showHome

true to show home, false otherwise.

See also