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
parent 2f219c51ad
commit 3343d1aabb

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