[2/2] OmniGears: Fingerprint authentication vibration

Change-Id: Ifbf2cb650083a8bac15d595f4f36cbb2d50187f2
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>