Space key will no longer auto-repeat

Bug: 3014225
Change-Id: I94d4904726985d5e17b665d4042c873ea07221f1
diff --git a/java/res/xml/kbd_phone.xml b/java/res/xml/kbd_phone.xml
index dd42d76..9f381b9 100644
--- a/java/res/xml/kbd_phone.xml
+++ b/java/res/xml/kbd_phone.xml
@@ -91,8 +91,7 @@
         <Key
             android:codes="@integer/key_space"
             android:keyIcon="@drawable/sym_keyboard_space"
-            android:iconPreview="@drawable/sym_keyboard_feedback_space"
-            android:isRepeatable="true" />
+            android:iconPreview="@drawable/sym_keyboard_feedback_space" />
         <Key
             android:codes="@integer/key_return"
             android:keyIcon="@drawable/sym_keyboard_return"