Fix bug when sharing to bluetooth.

Bug:10259347
Change-Id: I860a758333947c4207d7acda41e43b8bd1d671df
This commit is contained in:
Maggie Benthall
2013-08-12 18:40:45 -04:00
committed by The Android Automerger
parent 72f078a310
commit d0e9f6ada3

View File

@@ -34,7 +34,7 @@ import com.android.settings.R;
*/
public final class DevicePickerFragment extends DeviceListPreferenceFragment {
DevicePickerFragment() {
public DevicePickerFragment() {
super(null /* Not tied to any user restrictions. */);
}