OmniGears: expose OmniJaws service settings

Change-Id: I337271e846d74920e3c9da9014e5259c536dde72
diff --git a/res/drawable/ic_qs_weather_default_on.xml b/res/drawable/ic_qs_weather_default_on.xml
new file mode 100644
index 0000000..7b0ce17
--- /dev/null
+++ b/res/drawable/ic_qs_weather_default_on.xml
@@ -0,0 +1,10 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+    android:height="24dp"
+    android:width="24dp"
+    android:viewportWidth="24"
+    android:viewportHeight="24"
+    android:tint="?android:attr/colorControlNormal">
+    <path
+        android:fillColor="@android:color/white"
+        android:pathData="M12.74,5.47C15.1,6.5 16.35,9.03 15.92,11.46C17.19,12.56 18,14.19 18,16V16.17C18.31,16.06 18.65,16 19,16A3,3 0 0,1 22,19A3,3 0 0,1 19,22H6A4,4 0 0,1 2,18A4,4 0 0,1 6,14H6.27C5,12.45 4.6,10.24 5.5,8.26C6.72,5.5 9.97,4.24 12.74,5.47M11.93,7.3C10.16,6.5 8.09,7.31 7.31,9.07C6.85,10.09 6.93,11.22 7.41,12.13C8.5,10.83 10.16,10 12,10C12.7,10 13.38,10.12 14,10.34C13.94,9.06 13.18,7.86 11.93,7.3M13.55,3.64C13,3.4 12.45,3.23 11.88,3.12L14.37,1.82L15.27,4.71C14.76,4.29 14.19,3.93 13.55,3.64M6.09,4.44C5.6,4.79 5.17,5.19 4.8,5.63L4.91,2.82L7.87,3.5C7.25,3.71 6.65,4.03 6.09,4.44M18,9.71C17.91,9.12 17.78,8.55 17.59,8L19.97,9.5L17.92,11.73C18.03,11.08 18.05,10.4 18,9.71M3.04,11.3C3.11,11.9 3.24,12.47 3.43,13L1.06,11.5L3.1,9.28C3,9.93 2.97,10.61 3.04,11.3M19,18H16V16A4,4 0 0,0 12,12A4,4 0 0,0 8,16H6A2,2 0 0,0 4,18A2,2 0 0,0 6,20H19A1,1 0 0,0 20,19A1,1 0 0,0 19,18Z"/>
+</vector>
diff --git a/res/values/custom_strings.xml b/res/values/custom_strings.xml
index 58e591e..06c34fd 100644
--- a/res/values/custom_strings.xml
+++ b/res/values/custom_strings.xml
@@ -316,7 +316,7 @@
     <string name="recents_fullscreen_summary"></string>
 
     <string name="weather_title">Weather</string>
-    <string name="weather_config_title">Service settings</string>
+    <string name="weather_config_title">Weather service</string>
     <string name="weather_config_summary"></string>
     <string name="header_weather_title">Header view weather</string>
     <string name="header_weather_summary">Enable notification panel header weather display</string>
diff --git a/res/xml/omni_dashboard_fragment.xml b/res/xml/omni_dashboard_fragment.xml
index 948f312..8a54d4b 100644
--- a/res/xml/omni_dashboard_fragment.xml
+++ b/res/xml/omni_dashboard_fragment.xml
@@ -69,6 +69,16 @@
         android:fragment="org.omnirom.omnigears.service.EventServiceSettings" />
 
     <Preference
+        android:key="weather_service_settings"
+        android:icon="@drawable/ic_qs_weather_default_on"
+        android:title="@string/weather_config_title"
+        android:summary="@string/weather_config_summary" >
+        <intent android:action="android.intent.action.MAIN"
+                android:targetPackage="org.omnirom.omnijaws"
+                android:targetClass="org.omnirom.omnijaws.SettingsActivityService" />
+    </Preference>
+
+    <Preference
         android:key="more_settings"
         android:title="@string/more_settings_title"
         android:icon="@drawable/ic_settings_more"
diff --git a/res/xml/omnijaws_settings.xml b/res/xml/omnijaws_settings.xml
index 3540830..20017b7 100644
--- a/res/xml/omnijaws_settings.xml
+++ b/res/xml/omnijaws_settings.xml
@@ -21,6 +21,7 @@
 
         <PreferenceScreen
             android:title="@string/weather_config_title"
+            android:icon="@drawable/ic_qs_weather_default_on"
             android:summary="@string/weather_config_summary" >
             <intent android:action="android.intent.action.MAIN"
                     android:targetPackage="org.omnirom.omnijaws"