summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorEvan Charlton <evan@evancharlton.com>2010-10-06 23:57:25 -0400
committerSteve Kondik <shade@chemlab.org>2010-12-26 15:30:21 -0500
commit2c8e1bb47f2370d1c78079b7b7fb8096127151ac (patch)
tree223f87de0cbf8e57b0574500281320a3dcf6bb64 /res
parent22b190edc64360481733681910f9972246a2f7b1 (diff)
downloadandroid_packages_apps_DeskClock-2c8e1bb47f2370d1c78079b7b7fb8096127151ac.tar.gz
android_packages_apps_DeskClock-2c8e1bb47f2370d1c78079b7b7fb8096127151ac.tar.bz2
android_packages_apps_DeskClock-2c8e1bb47f2370d1c78079b7b7fb8096127151ac.zip
Added the ability for alarm to go off indefinitely.
Alarms can now be set to never stop ringing. Change-Id: If380498cee78923cff46a215b3b096770d8389b3
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 2e1adae9c..858e53bc4 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -269,6 +269,7 @@
<item>60 minutes</item>
<item>90 minutes</item>
<item>120 minutes</item>
+ <item>Infinite</item>
</string-array>
<!-- Values that are retrieved from the ListPreference. These must match
@@ -280,6 +281,7 @@
<item>60</item>
<item>90</item>
<item>120</item>
+ <item>-1</item>
</string-array>
<!-- Setting title for setting alarm time limit -->
@@ -330,4 +332,4 @@
<string name="use_dual_mode_button_on">Long-press the snooze button to dismiss the alarm</string>
<string name="use_dual_mode_button_off">Separate snooze and dismiss buttons</string>
-</resources> \ No newline at end of file
+</resources>