@mark and Stu:
I ran a test for you on my Nexus 7. With the manifest showing:
<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="14"/>
If I have the below code in the Activity_create:
Activity.AddMenuItem("COUNTRY","Visit")
Activity.AddMenuItem("CITY","Tour")
Then, the 3 dots appear on the action bar which is on the top right of the tablet. If I remove the AddMenuItem code completely from the Activity_Create, then the 3 dots do not appear at all.
When I change the manifest to this:
<uses-sdk android:minSdkVersion="4"/>
The menu (3 dots) appear at the bottom right hand corner of the tablet, regardless whethe I have any AddMenu code or not.