[2/2] OmniGears: hide lock screen icon

Change-Id: I461907ca49d601dd73e7d79a14e865f1ab4716b3
diff --git a/res/values/custom_strings.xml b/res/values/custom_strings.xml
index 8196afc..fe31840 100644
--- a/res/values/custom_strings.xml
+++ b/res/values/custom_strings.xml
@@ -755,4 +755,6 @@
     <string name="hide_lockscreen_status_bar_summary">Touch status bar to toggle visibility</string>
     <string name="hide_lockscreen_indicator_display_title">Hide bottom status text</string>
     <string name="hide_lockscreen_indicator_display_summary">Hide charging information and unlock hints</string>
+    <string name="hide_lockscreen_icon_title">Hide lock screen icon</string>
+    <string name="hide_lockscreen_icon_summary">Change the lock screen icon visibility</string>
 </resources>
diff --git a/res/xml/lockscreenitems.xml b/res/xml/lockscreenitems.xml
index 3aeadc7..fc43787 100644
--- a/res/xml/lockscreenitems.xml
+++ b/res/xml/lockscreenitems.xml
@@ -50,5 +50,11 @@
         android:summary="@string/hide_lockscreen_indicator_display_summary"
         android:defaultValue="false" />
 
+    <org.omnirom.omnigears.preference.SystemSettingSwitchPreference
+        android:key="hide_lockscreen_icon"
+        android:title="@string/hide_lockscreen_icon_title"
+        android:summary="@string/hide_lockscreen_icon_summary"
+        android:defaultValue="false" />
+
 </PreferenceScreen>