aboutsummaryrefslogtreecommitdiff
path: root/src/com.ubuntu.touch.AccountsService.Sound.xml
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2015-04-08 18:48:24 -0500
committerCharles Kerr <charles.kerr@canonical.com>2015-04-08 18:48:24 -0500
commit9ee3e699248b4dcaae0ac15829d5004e5e23c66e (patch)
treee55e6037e67d77a3f0f2cf7221b63cd10a64704e /src/com.ubuntu.touch.AccountsService.Sound.xml
parent49f49d4c18c2cc77a1a305c93a74e9e8ec903526 (diff)
downloadayatana-indicator-datetime-9ee3e699248b4dcaae0ac15829d5004e5e23c66e.tar.gz
ayatana-indicator-datetime-9ee3e699248b4dcaae0ac15829d5004e5e23c66e.tar.bz2
ayatana-indicator-datetime-9ee3e699248b4dcaae0ac15829d5004e5e23c66e.zip
honor the AccountsService 'other vibrations' setting.
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>