There is an editText with textWatcher applied. As you see in the below Gif, I cannot delete the numbers from end of the EditText, but first. When locale is english everything works fine, but not in arabic language.
<EditText
android:id="@+id/destination"
android:inputType="number"
android:maxLength="19"
android:digits="0123456789-"
android:hint="@string/to"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:textSize="16sp"
android:imeOptions="actionDone"
/>