i am creating an app only for tablets. I have a preference activity page which i am calling through the OnCreateOptions Menu. The oncreateoptins menu is not working in tablets of android 3 version. Why it is so, i used a Samsung galaxy tab for my testing. When i run the same app in one of my emulator of Samsung galaxy tablet of android 2.2 i am getting the oncreate options menu, can anyone help me in this
Share
I think problem is in different handling of options menu. According to dev guide, on Android 3.x
onCreateOptionsMenu()is called when the activity starts to populate ActionBar, not when user touches the Menu button for the first time