omni: overlay: set recent active task duration to 24h

Change-Id: Icfc8602931c883ee1a6e5efe7b829f4b0ef91606
diff --git a/overlay/common/frameworks/base/core/res/res/values/config.xml b/overlay/common/frameworks/base/core/res/res/values/config.xml
index 2758e21..5c735a1 100644
--- a/overlay/common/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/common/frameworks/base/core/res/res/values/config.xml
@@ -56,7 +56,7 @@
     <bool name="config_windowIsRound">true</bool>
 
     <!-- The duration in which a recent task is considered in session and should be visible. -->
-    <integer name="config_activeTaskDurationHours">12</integer>
+    <integer name="config_activeTaskDurationHours">24</integer>
 
     <!-- Indicates that connected MAC randomization is supported on this device -->
     <bool translatable="false" name="config_wifi_connected_mac_randomization_supported">true</bool>