summaryrefslogtreecommitdiffstats
path: root/res/xml/bluetooth_settings.xml
diff options
context:
space:
mode:
authorJake Hamby <jhamby@google.com>2011-01-12 15:06:28 -0800
committerJake Hamby <jhamby@google.com>2011-01-12 20:33:27 -0800
commit2748fc24cfeef9a79fc5e29c02a71737def35e6a (patch)
tree7d5c30d442c0d6eb5ebab996c6683c57fae18c08 /res/xml/bluetooth_settings.xml
parent11a17eead7632df9b64c45b6cfabb780be7645c7 (diff)
downloadpackages_apps_Settings-2748fc24cfeef9a79fc5e29c02a71737def35e6a.zip
packages_apps_Settings-2748fc24cfeef9a79fc5e29c02a71737def35e6a.tar.gz
packages_apps_Settings-2748fc24cfeef9a79fc5e29c02a71737def35e6a.tar.bz2
Close scan screen when pairing and remove device when unpairing.
Close the scan screen after successful pairing, and remove a device from the list of paired devices after unpairing. As part of the fix, BluetoothSettings was refactored into a parent class, DeviceListPreferenceFragment, and three subclasses for each variant type: BluetoothSettings, BluetoothFindNearby, and DevicePickerFragment, replacing the checks against mScreenType with custom logic in the child classes. Bug: 3325848 Change-Id: If64fddc3ba5b4f1136451491c7d5a1139b696e47
Diffstat (limited to 'res/xml/bluetooth_settings.xml')
-rw-r--r--res/xml/bluetooth_settings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/xml/bluetooth_settings.xml b/res/xml/bluetooth_settings.xml
index b7a0edc..982681e 100644
--- a/res/xml/bluetooth_settings.xml
+++ b/res/xml/bluetooth_settings.xml
@@ -52,7 +52,7 @@
<Preference
android:key="bt_find_nearby"
android:dependency="bt_checkbox"
- android:fragment="com.android.settings.bluetooth.BluetoothSettings$FindNearby"
+ android:fragment="com.android.settings.bluetooth.BluetoothFindNearby"
android:title="@string/bluetooth_preference_find_nearby_title" />
</PreferenceScreen>