summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkaiyiz <kaiyiz@codeaurora.org>2014-04-15 10:40:00 +0800
committerBrint E. Kriebel <bekit@cyngn.com>2014-08-25 20:03:56 +0000
commit6f6d51f6206e68b6045212e6bc5ccc09c89e6145 (patch)
treeeab849a03e4a8b85370788d1b19e0300312033d0
parentea4c92315bddac1f00664d43b116819bdcd5575f (diff)
downloadandroid_packages_apps_DeskClock-6f6d51f6206e68b6045212e6bc5ccc09c89e6145.tar.gz
android_packages_apps_DeskClock-6f6d51f6206e68b6045212e6bc5ccc09c89e6145.tar.bz2
android_packages_apps_DeskClock-6f6d51f6206e68b6045212e6bc5ccc09c89e6145.zip
DeskClock: handle call events on alarm
Alarm clock ringing while incoming call received. When call ringing,alarm clock time arrived.Only Call ringing and no alarm clock ringing.and after hang up the phone,alarm start ring. When alarm ringing,receive a call,the alarm is stopped,and it can answer or hang up the phone.after hang up the phone ,there has some reminder. CRs-Fixed: 638868 Change-Id: If26b4f1f50f76ee4bd2873fefbda5d22551b002d
-rw-r--r--res/values/config.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index ddb0503b3..677063472 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -23,6 +23,7 @@
<bool name="config_requiresScreenSaver">true</bool>
<bool name="config_dockAppEnabled">true</bool>
<bool name="config_rotateAlarmAlert">false</bool>
+ <bool name="config_delayalarm">false</bool>
<item type="integer" name="timer_column_count">1</item>
<!-- Number of world clocks in a row, for the clock tab. -->
<item type="integer" name="world_clocks_per_row">2</item>