Settings: Implement hide gestural navigation hint bar

Author: Jesse Chan <jc@lineageos.org>
Date:   Sun May 24 21:35:34 2020 +0800

    Settings: Implement hide gestural navigation hint bar [2/5]

    Change-Id: I14dd73414c9f7ee1b01f315c9eeae0fd3ac4f859
    Signed-off-by: Jesse Chan <jc@lineageos.org>

Author: Bruno Martins <bgcngm@gmail.com>
Date:   Wed Mar 16 23:25:06 2022 +0000

    gestures: Set navbar hint switch required package

    Just to avoid showing the preference if for some reason the
    package is not present.

    Change-Id: Ifbf3434d1ad86e19278555a0003e19f3d289e402

Change-Id: I1089683a0ad4561bc303006ae61897ff44fff0e9
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
index dca2023..109f1d1 100644
--- a/res/values/cm_strings.xml
+++ b/res/values/cm_strings.xml
@@ -52,6 +52,10 @@
     <!-- Whether the dots will be drawn when using the lockscreen pattern -->
     <string name="lockpattern_settings_enable_dots_title">Show pattern dots</string>
 
+    <!-- Navigation bar hint -->
+    <string name="show_navbar_hint_title">Navigation hint</string>
+    <string name="show_navbar_hint_summary">Show navigation hint bar at the bottom of the screen</string>
+
     <!-- Volume link notification -->
     <string name="volume_link_notification_title">Link ring &amp; notification volumes</string>
 </resources>