Merge "Fix bug when sharing to bluetooth." into klp-dev

This commit is contained in:
Maggie Benthall
2013-08-13 17:00:24 +00:00
committed by Android (Google) Code Review

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. */);
}