[android-developers] how can i show menu options in api level 17???

2013-10-23 Thread Abhilash Baddam
Iam having an application which contains Menu options, but in some of Jelly Bean devices we dont have the Menu soft key button in that case how can i show those options Do i need to check sdk version, based on that i have to implement funtionality ...? and I am unable to use hasPermanentMenuKey()

Re: [android-developers] how can i show menu options in api level 17???

2013-10-23 Thread TreKing
On Wed, Oct 23, 2013 at 12:55 PM, Abhilash Baddam abhilash.androiddevelo...@gmail.com wrote: Iam having an application which contains Menu options, but in some of Jelly Bean devices we dont have the Menu soft key button in that case how can i show those options