문제

The methods MenuItem.isActionViewExpanded() and MenuItem.collapseActionView() were added in Android API version 14 (Ice cream sandwich), so they're not available in Android API versions 11-13 (Honeycomb). They're the only things that are stopping me from setting my minSdkVersion to 11, so are there any alternatives that I can use?

도움이 되었습니까?

해결책

I've decided that for me, this question is irrelevant because the installed userbase of honeycomb is so low, see http://developer.android.com/about/dashboards/index.html

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top