Android simulator to display overflow button in action bar

I want to test my interface using the overflow button. The overflow button appears only if there are too many elements on the action bar and the device does not have a menu button. Is there a way to remove the menu button from the Android emulator or else make the overflow button appear?

+4
source share
1 answer

In the AVD manager, edit the specific AVD> Hardware (list of options Click Add or Edit)> Hardware Back / Home Keys = False

+5
source

All Articles