(2/2) OmniGears: Enable voice lockscreen shortcut
allow selecting if voice assist shortcut or
dialer shortcut is shown on the left side
Change-Id: I8c8ed9e842e1c62a21ac99d16538930653ffac56
diff --git a/res/xml/lockscreen_settings.xml b/res/xml/lockscreen_settings.xml
index 54d0927..8b1e50a 100644
--- a/res/xml/lockscreen_settings.xml
+++ b/res/xml/lockscreen_settings.xml
@@ -18,6 +18,18 @@
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
<PreferenceCategory
+ android:key="lockscreen_shortcut"
+ android:title="@string/lockscreen_shortcut_title" >
+
+ <com.android.settings.preference.SecureCheckBoxPreference
+ android:key="lockscreen_voice_shortcut"
+ android:title="@string/lockscreen_voice_shortcut_title"
+ android:summary="@string/lockscreen_voice_shortcut_summary"
+ android:defaultValue="true"/>
+
+ </PreferenceCategory>
+
+ <PreferenceCategory
android:key="lockscreen_wallpaper"
android:title="@string/lockscreen_wallpaper_title" >