Don't show the menu button twice. (Don't show it even once on Gingerbread devices, all of which had a hardware menu button)

This commit is contained in:
Jesse Vincent 2012-09-08 23:07:05 -04:00 committed by Andrew Chen
parent 20e3335bc1
commit bf531630a4
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
>
<uses-sdk
android:minSdkVersion="7"
android:targetSdkVersion="7"
android:targetSdkVersion="15"
/>
<supports-screens
android:largeScreens="true"