If you are using com.google.android.material.textfield.TextInputLayout
and com.google.android.material.textfield.TextInputEditText
, just adding the code below is enough.
textInputEditText.isFocusableInTouchMode = true
textInputEditText.setFocusable(true)
textInputEditText.requestFocus()