am fa6faf95: am cd3eb97c: Merge "Fix bug when sharing to bluetooth." into klp-dev

* commit 'fa6faf95bc70fee95093f7c7bd1b6a540a95fe03':
  Fix bug when sharing to bluetooth.
diff --git a/src/com/android/settings/bluetooth/DevicePickerFragment.java b/src/com/android/settings/bluetooth/DevicePickerFragment.java
index de8202b..4b6a6b0 100644
--- a/src/com/android/settings/bluetooth/DevicePickerFragment.java
+++ b/src/com/android/settings/bluetooth/DevicePickerFragment.java
@@ -34,7 +34,7 @@
  */
 public final class DevicePickerFragment extends DeviceListPreferenceFragment {
 
-    DevicePickerFragment() {
+    public DevicePickerFragment() {
         super(null /* Not tied to any user restrictions. */);
     }