Why the softkeyboard is showing only on the tablet is a mystery !
Here is the code that I have used.
AlertDialog.Builder builder = new AlertDialog.Bu
I solved the problem
AlertDialog alertDlg = builder.create(); alertDlg.getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_VISIBLE); alertDlg.show();