Merge "Remove setting switch for phrase gesture."

main
Chieu Nguyen 2015-03-12 00:28:12 +00:00 committed by Android (Google) Code Review
commit 74c37f4089
1 changed files with 0 additions and 7 deletions

View File

@ -37,11 +37,4 @@
android:title="@string/gesture_preview_trail"
android:defaultValue="true"
android:persistent="true" />
<CheckBoxPreference
android:key="pref_gesture_space_aware"
android:dependency="gesture_input"
android:title="@string/gesture_space_aware"
android:summary="@string/gesture_space_aware_summary"
android:defaultValue="true"
android:persistent="true" />
</PreferenceScreen>