Remove setting switch for phrase gesture.

Bug: 19687841
Change-Id: I74ed9acfd5330d7461233d4146395aefb9d2d9c4
main
Chieu Nguyen 2015-03-11 12:06:22 -07:00
parent 74fa851030
commit e787b3b761
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>