Here is the :
<EditTextPreference
android:key="backend_url"
android:title="@string/pref_backend_url_title"
android:summary="@string/pref_backend_url_description"
android:defaultValue="@string/pref_backend_url"
android:selectAllOnFocus="true"
android:singleLine="true"
android:maxLines="1" />
After you click on the preference in a Settings fragment, the value is not selected, which is the expected behavior.