代码:
public PlacePickerFragment() {
this(null);
}
public PlacePickerFragment(Bundle args) {
super(GraphPlace.class, R.layout.com_facebook_placepickerfragment, args);
setPlacePickerSettingsFromBundle(args);
}
您好,我想从上面的代码中删除弃用警告,有没有办法将其更改为默认构造函数?