I turn off the title in my app for more screen real estate which means on newer versions the overflow button does not appear. On my phone (Droid 4) I have a physical Menu button. I know I can remove android:targetSdkVersion="14" from the manifest and have the overflow button appear on the lower soft button menu but I like the appearance of the higher SDK.
Is there a way to detect if a physical menu button (or software on some versions? Not sure, new to android programming) is available? My thought is to only put a settings button or action bar only if needed.
Is there a way to detect if a physical menu button (or software on some versions? Not sure, new to android programming) is available? My thought is to only put a settings button or action bar only if needed.