summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorkaiyiz <kaiyiz@codeaurora.org>2014-09-03 15:37:45 +0800
committerLinux Build Service Account <lnxbuild@localhost>2016-08-24 08:06:57 -0600
commit1cc3728ba7a99c66dab2662469d2f85b2d71ead2 (patch)
tree36e1caa473fbeee0e694ef26dde1846029061bdd /res
parent7a3a23a20cc105e3343c2aed883cacd967dcfb58 (diff)
downloadandroid_packages_apps_DeskClock-1cc3728ba7a99c66dab2662469d2f85b2d71ead2.tar.gz
android_packages_apps_DeskClock-1cc3728ba7a99c66dab2662469d2f85b2d71ead2.tar.bz2
android_packages_apps_DeskClock-1cc3728ba7a99c66dab2662469d2f85b2d71ead2.zip
Clock: Customize Alarm for carrier
- Customize the default auto silience value and alarm behavier in a call. - Ring alarm in all user profiles even in silent and meeting mode. Conflicts: res/values/config.xml src/com/android/deskclock/alarms/AlarmService.java src/com/android/deskclock/provider/AlarmInstance.java CRs-Fixed: 1014635 Change-Id: I1b617f8f97ab6e271dcaaf854800aaae083e8b1e
Diffstat (limited to 'res')
-rw-r--r--res/values/config.xml7
-rw-r--r--res/values/strings.xml7
-rw-r--r--res/xml/settings.xml7
3 files changed, 17 insertions, 4 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index 855923d9a..89a417744 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2011 The Android Open Source Project
+<!-- Copyright (c) 2014, The Linux Foundation. All rights reserved.
+ Not a Contribution.
+
+ Copyright (C) 2011 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -25,4 +28,6 @@
<item type="integer" name="world_clocks_per_row">1</item>
<!-- Number of world clocks in a row, for the digital appwidget. -->
<item type="integer" name="appwidget_world_clocks_per_row">2</item>
+ <bool name="config_ring_alarm_force">false</bool>
+ <bool name="config_silent_during_call">false</bool>
</resources>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 5f18d1de9..24264ee7d 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2007 The Android Open Source Project
+<!-- Copyright (c) 2014, The Linux Foundation. All rights reserved.
+ Not a Contribution.
+
+ Copyright (C) 2007 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -288,6 +291,8 @@
<!-- Auto silence summary when turned off -->
<string name="auto_silence_never">Never</string>
+ <string name="default_auto_silence_value">10</string>
+
<!-- Entries listed in the ListPreference when invoking the auto silence
preference. -->
<string-array name="auto_silence_entries">
diff --git a/res/xml/settings.xml b/res/xml/settings.xml
index 37b416a13..4baddc8de 100644
--- a/res/xml/settings.xml
+++ b/res/xml/settings.xml
@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2009 The Android Open Source Project
+<!-- Copyright (c) 2014, The Linux Foundation. All rights reserved.
+ Not a Contribution.
+
+ Copyright (C) 2009 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -50,7 +53,7 @@
android:title="@string/auto_silence_title"
android:entries="@array/auto_silence_entries"
android:entryValues="@array/auto_silence_values"
- android:defaultValue="10"
+ android:defaultValue="@string/default_auto_silence_value"
android:dialogTitle="@string/auto_silence_title" />
<com.android.deskclock.settings.SnoozeLengthDialog