On the soft keyboard in Android you can set the soft keyboard to show the numbers instead of a-z keyboard using android:inputType=\"numberDecimal\". However, wh
android:inputType=\"numberDecimal\"
android:inputType="phone" android:digits="1234567890"
is an option