summaryrefslogtreecommitdiffstats
path: root/res/values/config.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/config.xml')
-rw-r--r--res/values/config.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index c8d419c..72e7b11 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -103,5 +103,11 @@
<!-- Duration ion milliseconds for the pickup animation. -->
<integer name="photo_pickup_duration">1000</integer>
+ <!-- Milliseconds that the selection will remain without user interaction. -->
+ <integer name="max_selection_time">30000</integer>
+
+ <!-- Milliseconds that the focus will remain without user interaction. -->
+ <integer name="max_focus_time">5000</integer>
+
</resources>