I\'m having an EditText where I set the inputType=\"textEmailAddress\". My understanding is that this should bring up a soft keyboard that\'s more suitable for email address
There is no "default" really. android:inputType is merely a hint for your IME. Now that IME could be the stock Android 1.1 keyboard, the Android 2.0 keyboard, the HTC Sense keyboard, SwiftKey, Swype, you name it. Each one can decide for itself whether or not to add a ".com" key (or to entirely ignore inputType).