Settings app: Remove "Toggle keyboard shortcuts helper" button

Change-Id: I93bd51a05a8922e02e4e09add94d247442f67334
This commit is contained in:
Abodunrinwa Toki
2016-01-26 20:23:42 +00:00
parent bfae9dd7f2
commit c8da2e13a5
3 changed files with 0 additions and 24 deletions

View File

@@ -3555,8 +3555,6 @@
<string name="show_ime">Show virtual keyboard</string>
<!-- Summary text for the 'add virtual keyboard' preference sub-screen. [CHAR LIMIT=100] -->
<string name="show_ime_summary">Keep it on screen while physical keyboard is active</string>
<!-- Title for the button to trigger the 'keyboard shortcuts helper' dialog. [CHAR LIMIT=35] -->
<string name="keyboard_shortcuts_helper">Keyboard shortcuts helper</string>
<!--
Format string for a physical device in the form: InputMethodSubtype - InputMethodEditor.
e.g. English (US) - X Keyboard -->

View File

@@ -25,11 +25,5 @@
android:title="@string/show_ime"
android:summary="@string/show_ime_summary"
android:defaultValue="false" />
<!-- TODO: Get summary text from UX -->
<Preference
android:key="keyboard_shortcuts_helper"
android:title="@string/keyboard_shortcuts_helper"
android:summary="@null" />
</PreferenceCategory>
</PreferenceScreen>