[2/2] OmniGears: add show notifications to custom actions
Change-Id: Iebd8419b3ab3801dad7d7097e8e93b5baa9865d1
diff --git a/res/values/custom_arrays.xml b/res/values/custom_arrays.xml
index ad4d58a..8a9e2a1 100644
--- a/res/values/custom_arrays.xml
+++ b/res/values/custom_arrays.xml
@@ -451,6 +451,7 @@
<item>@string/keys_action_last_app</item>
<item>@string/keys_action_sleep</item>
<!--<item>@string/keys_action_all_apps</item>-->
+ <item>@string/keys_action_notifications</item>
</string-array>
<string-array name="long_press_home_action_values" translatable="false">
@@ -462,6 +463,7 @@
<item>5</item>
<item>6</item>
<!--<item>1</item>-->
+ <item>8</item>
</string-array>
<string-array name="systemui_theme_style_entries" translatable="false">
diff --git a/res/values/custom_strings.xml b/res/values/custom_strings.xml
index 96a1052..37ae26a 100644
--- a/res/values/custom_strings.xml
+++ b/res/values/custom_strings.xml
@@ -636,4 +636,6 @@
<string name="omni_theme_select_title">Omni themes</string>
<string name="omni_theme_select_none">Disabled</string>
+
+ <string name="keys_action_notifications">Notifications</string>
</resources>