aboutsummaryrefslogtreecommitdiff
path: root/src/com.ubuntu.touch.AccountsService.Sound.xml
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2015-05-15 16:41:37 +0000
committerCI Train Bot <ci-train-bot@canonical.com>2015-05-15 16:41:37 +0000
commit116a5567d604af8b96a8a495fb1a084ad2c8854b (patch)
treee55e6037e67d77a3f0f2cf7221b63cd10a64704e /src/com.ubuntu.touch.AccountsService.Sound.xml
parent49f49d4c18c2cc77a1a305c93a74e9e8ec903526 (diff)
parent9ee3e699248b4dcaae0ac15829d5004e5e23c66e (diff)
downloadayatana-indicator-datetime-116a5567d604af8b96a8a495fb1a084ad2c8854b.tar.gz
ayatana-indicator-datetime-116a5567d604af8b96a8a495fb1a084ad2c8854b.tar.bz2
ayatana-indicator-datetime-116a5567d604af8b96a8a495fb1a084ad2c8854b.zip
Honor the 'other vibrations' setting to enable/disable vibrations when alarm notifications are shown.
Approved by: Rodney Dawes
Diffstat (limited to 'src/com.ubuntu.touch.AccountsService.Sound.xml')
-rw-r--r--src/com.ubuntu.touch.AccountsService.Sound.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/com.ubuntu.touch.AccountsService.Sound.xml b/src/com.ubuntu.touch.AccountsService.Sound.xml
index 91d71dc..6e2ca5f 100644
--- a/src/com.ubuntu.touch.AccountsService.Sound.xml
+++ b/src/com.ubuntu.touch.AccountsService.Sound.xml
@@ -34,6 +34,11 @@
<annotation name="org.freedesktop.Accounts.DefaultValue" value="true"/>
</property>
+ <!-- "Other vibrations" should cover all vibrations except for those relating to phone calls and messages -->
+ <property name="OtherVibrate" type="b" access="readwrite">
+ <annotation name="org.freedesktop.Accounts.DefaultValue" value="true"/>
+ </property>
+
<property name="DialpadSoundsEnabled" type="b" access="readwrite">
<annotation name="org.freedesktop.Accounts.DefaultValue" value="true"/>
</property>