Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私がやりたいことは、デバイスが後の ICS のときにPopupMenuを使用したいということです。以前のバージョンでは、自動的にcontextmenuに変更されます。
コードで制御できますか?
現在デバイスを使用している Android のバージョンを確認できます
if (Build.VERSION.SDK_INT < Build.VERSION_CODES.ICE_CREAM_SANDWICH) { //show context menu as you need } else { // show pop up }