Fix crash on Explay Fresh 4.2.2 devices, caused by bug in the ROM

This change is to workaround bug in the ROM of Explay Fresh devices
with 4.2.2 ROM. Manufacturer has modified ROM and added a public method
setOptionalIconsVisible to android.view.Menu interface. Because of that
the runtime can't load MenuBuilder class because it had no such public
method (it was package local)

Change-Id: Iefa42d75a97ae7ff193336d6037533ee6c5d6a2f
2 files changed