lukeweber / webrtc-jingle-client

Webrtc audio + jingle protocol brought to IOS and Android.
https://groups.google.com/forum/?fromgroups#!forum/webrtc-jingle
BSD 3-Clause "New" or "Revised" License
336 stars 136 forks source link

PopupMenu.OnMenuItemClickListener doesn't respect minSdK in AndroidManifest #61

Closed nickflink closed 11 years ago

nickflink commented 11 years ago

We need to re add the logic recently commented out to use apis from sdk 9. Alternatively we could strip out the functionality of the popup for phones on sdk 9 & 10. The offender can be viewed in CallView.java. Nothing was commented out without a corresponding NOTE: THIS HAS BEEN REMOVED AS IT IS NOT AVAILABLE UNTIL API level 11 and our minSdk is 9 line. The relevant changeset is: 17b1d79a2fb170fc70e2299320041e4cefc54908.