diff --git a/DroidFish/AndroidManifest.xml b/DroidFish/AndroidManifest.xml
index d0fb7a5..a240af8 100644
--- a/DroidFish/AndroidManifest.xml
+++ b/DroidFish/AndroidManifest.xml
@@ -8,6 +8,7 @@
android:anyDensity="true" />
+
Touching a square that corresponds to one unique move makes that move immediately
Enable Sounds
Play sound when computer makes a move
+ Enable Vibration
+ Vibrate when computer makes a move
Fullscreen Mode
Fullscreen mode hides the status bar
Disable Screen Timeout
diff --git a/DroidFish/res/xml/preferences.xml b/DroidFish/res/xml/preferences.xml
index 12951ba..3001d2a 100644
--- a/DroidFish/res/xml/preferences.xml
+++ b/DroidFish/res/xml/preferences.xml
@@ -121,6 +121,12 @@
android:summary="@string/prefs_soundEnabled_summary"
android:defaultValue="false">
+
+