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:
parent
20e3335bc1
commit
bf531630a4
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
>
|
||||
<uses-sdk
|
||||
android:minSdkVersion="7"
|
||||
android:targetSdkVersion="7"
|
||||
android:targetSdkVersion="15"
|
||||
/>
|
||||
<supports-screens
|
||||
android:largeScreens="true"
|
||||
|
|
Loading…
Reference in a new issue