zenfone6: Enable Smart Key for Google Assistant

Change-Id: I485eb8db3e1a148afea2f939c88d81c22eb11f42
diff --git a/DeviceParts/res/xml/main.xml b/DeviceParts/res/xml/main.xml
index 8d41c3f..ace376a 100644
--- a/DeviceParts/res/xml/main.xml
+++ b/DeviceParts/res/xml/main.xml
@@ -44,4 +44,14 @@
             android:persistent="false" />
     </PreferenceCategory>
 
+    <PreferenceCategory
+        android:key="smartkey"
+        android:title="@string/smart_google">
+        <SwitchPreference
+            android:key="smart_switch"
+            android:summary="@string/smart_key_summary"
+            android:title="@string/smart_key_title"
+            android:persistent="false" />
+    </PreferenceCategory>
+
 </PreferenceScreen>