Sunday, 15 July 2012

android - Options menu not appearing in Sony Xperia Z -


I have an Android app where an option menu is required to set some preferences values.

Here is the minimum SDK version for the menu and xml is the same as

   

In Samsung devices I can open the menu because there is a menu button, but Xperia Z does not have any menu button and is not visible on menu Actionbar as either ActionBar is not adaptable for the SDK version 11 or less according to this:

How do I I can do a menu on Sony Xperia Z

On Xperia Z Device Current Xperia Z Device


on Samsung Galaxy S Duos 2 device Samsung Galaxy S Duos 2 On Device

Thanks!

If your app API targets level 11+, menu dots will disappear. Targeting API 8, you should show the overflow menu on the Xperia Z's navigation bar. I give a lot of suggestions about targeting higher APIs and actually increasing the minimum SDK, because a small percentage of devices now have SDK level 8 or less.


No comments:

Post a Comment