Android Utililty Methods Option Menu Show

List of utility methods to do Option Menu Show

Description

The list of methods to do Option Menu Show are organized into topic(s).

Method

booleanshowOptionsMenu(Context ctx)
Method that returns if an option menu has to be displayed
return !ViewConfiguration.get(ctx).hasPermanentMenuKey();