summaryrefslogtreecommitdiffstats
path: root/packages/SettingsProvider/res/values/defaults.xml
diff options
context:
space:
mode:
authorSan Mehat <san@google.com>2010-01-08 12:53:06 -0800
committerSan Mehat <san@google.com>2010-01-08 12:55:22 -0800
commit87734d3bc118cba8f42845ddd51f10edadb84abf (patch)
treed989b6a10506d4f93506f5b6597c9f91a3d45e52 /packages/SettingsProvider/res/values/defaults.xml
parentf5d95cbc1a6974afeb4d3155bdaa8dae55722a39 (diff)
downloadframeworks_base-87734d3bc118cba8f42845ddd51f10edadb84abf.zip
frameworks_base-87734d3bc118cba8f42845ddd51f10edadb84abf.tar.gz
frameworks_base-87734d3bc118cba8f42845ddd51f10edadb84abf.tar.bz2
Settings: Add settings for MountService prefs and bump DB version to 46
Adds 4 new Settings: Secure.MOUNT_PLAY_NOTIFICATION_SND - Play notification sound on events Secure.MOUNT_UMS_AUTOSTART - Auto-start UMS when host detected Secure.MOUNT_UMS_PROMPT - Show notification when host detected Secure.MOUNT_UMS_NOTIFY_ENABLED - Show notification while UMS enabled These settings are also added to the Settings backup list Signed-off-by: San Mehat <san@google.com>
Diffstat (limited to 'packages/SettingsProvider/res/values/defaults.xml')
-rw-r--r--packages/SettingsProvider/res/values/defaults.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/SettingsProvider/res/values/defaults.xml b/packages/SettingsProvider/res/values/defaults.xml
index ab93d8c..7686aa0 100644
--- a/packages/SettingsProvider/res/values/defaults.xml
+++ b/packages/SettingsProvider/res/values/defaults.xml
@@ -51,4 +51,10 @@
<!-- Default value for whether or not to pulse the notification LED when there is a
pending notification -->
<bool name="def_notification_pulse">true</bool>
+
+ <bool name="def_mount_play_notification_snd">true</bool>
+ <bool name="def_mount_ums_autostart">false</bool>
+ <bool name="def_mount_ums_prompt">true</bool>
+ <bool name="def_mount_ums_notify_enabled">true</bool>
+
</resources>