Merge "[Provider Model] Remove “Advanced” section"
This commit is contained in:
committed by
Android (Google) Code Review
commit
e40069772c
@@ -62,18 +62,6 @@ public class ConfigureWifiSettings extends DashboardFragment {
|
|||||||
return TAG;
|
return TAG;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public int getInitialExpandedChildCount() {
|
|
||||||
int tileLimit = 1;
|
|
||||||
if (mWifiWakeupPreferenceController.isAvailable()) {
|
|
||||||
tileLimit++;
|
|
||||||
}
|
|
||||||
if (mUseOpenWifiPreferenceController.isAvailable()) {
|
|
||||||
tileLimit++;
|
|
||||||
}
|
|
||||||
return tileLimit;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected int getPreferenceScreenResId() {
|
protected int getPreferenceScreenResId() {
|
||||||
return R.xml.wifi_configure_settings;
|
return R.xml.wifi_configure_settings;
|
||||||
|
|||||||
Reference in New Issue
Block a user