android:cursorVisible="false"
android:focusableInTouchMode="false"
android:focusable="false"
android:selectAllOnFocus="false"
android:longClickable="false"
android:textIsSelectable="false"
I have applied these constraints on my editText, Everything is working fine, only problem is when user tap for long text gets selected.