[2/2] OmniGears: Fingerprint authentication vibration

Change-Id: Ifbf2cb650083a8bac15d595f4f36cbb2d50187f2
diff --git a/res/values/custom_strings.xml b/res/values/custom_strings.xml
index 662f196..05d3191 100644
--- a/res/values/custom_strings.xml
+++ b/res/values/custom_strings.xml
@@ -685,4 +685,8 @@
     <string name="clock_date_format_custom">Custom java format</string>
     <string name="status_bar_clock_seconds_title">Show seconds</string>
 
+    <!-- fingerprint authentication vibration -->
+    <string name="fprint_sucess_vib_title">Fingerprint authentication vibration</string>
+    <string name="fprint_sucess_vib_summary">Vibrate on successful fingerprint authentication</string>
+
 </resources>
diff --git a/res/xml/button_settings.xml b/res/xml/button_settings.xml
index 95c38d5..65af3d6 100644
--- a/res/xml/button_settings.xml
+++ b/res/xml/button_settings.xml
@@ -131,6 +131,12 @@
             android:persistent="false"
             android:dependency="button_back_kill_enable"/>
 
+        <SwitchPreference
+            android:key="fingerprint_success_vib"
+            android:title="@string/fprint_sucess_vib_title"
+            android:summary="@string/fprint_sucess_vib_summary"
+            android:persistent="false" />
+
     </PreferenceCategory>
 
 </PreferenceScreen>