[2/3] OmniGears: setting search index fixes

for propper creating we must provide our dashboard entries
directly in the xml file and not via manifest contribution

and while we are here fix all the wrong ListPreferences
added for left clock - must have persistent = false

Change-Id: I6ef79883202c564c05891b39b5815496401e7df5
diff --git a/res/xml/display_rotation.xml b/res/xml/display_rotation.xml
index 6831c33..38f0fa4 100644
--- a/res/xml/display_rotation.xml
+++ b/res/xml/display_rotation.xml
@@ -15,8 +15,9 @@
 -->
 
 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
-        android:title="@string/display_rotation_title"
-        xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
+        xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
+        android:key="rotation_settings"
+        android:title="@string/display_rotation_title" >
 
     <SwitchPreference
         android:key="accelerometer"