summaryrefslogtreecommitdiffstats
path: root/res/xml/bluetooth_settings.xml
diff options
context:
space:
mode:
authorJake Hamby <jhamby@google.com>2011-01-12 15:00:19 -0800
committerJake Hamby <jhamby@google.com>2011-01-19 13:24:57 -0800
commit2fdd006b1a625cd20d94861a8c7210f93a283b77 (patch)
treec94dfcac7341b2a38f8ac44913f29afda2fc9a9b /res/xml/bluetooth_settings.xml
parent8140d9c9166990236e9b15cdefc96d348ba69a53 (diff)
downloadpackages_apps_Settings-2fdd006b1a625cd20d94861a8c7210f93a283b77.zip
packages_apps_Settings-2fdd006b1a625cd20d94861a8c7210f93a283b77.tar.gz
packages_apps_Settings-2fdd006b1a625cd20d94861a8c7210f93a283b77.tar.bz2
Add preference to show the list of files received via Bluetooth.
Add a preference item to show a dialog window containing the list of files received via Bluetooth. This replaces the "live folder" view that was available in Gingerbread and earlier. Bug: 3167219 Change-Id: I703266dba47c9ef8c52e5569aba0f812a9511bb5
Diffstat (limited to 'res/xml/bluetooth_settings.xml')
-rw-r--r--res/xml/bluetooth_settings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/xml/bluetooth_settings.xml b/res/xml/bluetooth_settings.xml
index 982681e..64e6377 100644
--- a/res/xml/bluetooth_settings.xml
+++ b/res/xml/bluetooth_settings.xml
@@ -43,6 +43,12 @@
android:summaryOff="@string/bluetooth_not_discoverable"
android:persistent="false" />
+ <Preference
+ android:key="bt_show_received_files"
+ android:dependency="bt_checkbox"
+ android:title="@string/bluetooth_show_received_files_title"
+ android:summary="@string/bluetooth_show_received_files_summary" />
+
<PreferenceCategory
android:key="bt_device_list"
android:title="@string/bluetooth_preference_paired_devices"