As stated in the title, how do I call the digits keypad on activity start? Right now I have this:
InputMethodManager imm = (InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE);
imm.toggleSoftInput(InputMethodManager.SHOW_FORCED, 0);
in OnCreate. But this is just a normal full keyboard with letters.