From 2fdd006b1a625cd20d94861a8c7210f93a283b77 Mon Sep 17 00:00:00 2001 From: Jake Hamby Date: Wed, 12 Jan 2011 15:00:19 -0800 Subject: [PATCH] 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 --- res/values/strings.xml | 4 ++++ res/xml/bluetooth_settings.xml | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/res/values/strings.xml b/res/values/strings.xml index 8716c6374b4..42c846df8fe 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -231,6 +231,10 @@ Pairing request Select to pair with %1$s + + Show received files + + Show the list of files received via Bluetooth Bluetooth device picker diff --git a/res/xml/bluetooth_settings.xml b/res/xml/bluetooth_settings.xml index 982681ef3b3..64e6377d7a1 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" /> + +