[2/2] OmniGears: allow config of long press recents

yeah - AOSP recents have double tap to last but thats
implemented in a horrible way that would be a shame
to be used also for OmniSwitch. So allow to switch
between splitscreen and last app on long press recents

Change-Id: Idb07cf5c2c2e73c8d5c1f241c478bbefbc7d3a18
diff --git a/res/values/custom_arrays.xml b/res/values/custom_arrays.xml
index 35f4b05..837eaab 100644
--- a/res/values/custom_arrays.xml
+++ b/res/values/custom_arrays.xml
@@ -444,4 +444,14 @@
         <item>@string/SHORT_SMS_TEMP_APP_WHITELIST_DURATION</item>
         <item>@string/SHORT_KEY_NOTIFICATION_WHITELIST_DURATION</item>
     </string-array>
+
+    <string-array name="long_press_recents_action_entries" translatable="false">
+        <item>@string/long_press_recents_action_split</item>
+        <item>@string/long_press_recents_action_lastapp</item>
+    </string-array>
+
+    <string-array name="long_press_recents_action_values" translatable="false">
+        <item>0</item>
+        <item>1</item>
+    </string-array>
 </resources>