Settings app: Remove "Toggle keyboard shortcuts helper" button
Change-Id: I93bd51a05a8922e02e4e09add94d247442f67334
This commit is contained in:
@@ -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 -->
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user