mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
Bug 681980 - Target Android API level 11 to remove the menu key on Honeycomb [r=blassey]
--HG-- extra : rebase_source : c344db510c389e9f8cdaa186185da979036d48e7
This commit is contained in:
parent
a454f4f440
commit
9d98647698
@ -10,7 +10,7 @@
|
||||
#endif
|
||||
>
|
||||
<uses-sdk android:minSdkVersion="5"
|
||||
android:targetSdkVersion="5"/>
|
||||
android:targetSdkVersion="11"/>
|
||||
|
||||
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
|
||||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
|
||||
|
Loading…
Reference in New Issue
Block a user