Settings user restriction changes: wireless & networks changes.

Bug: 14081992
Change-Id: I32b0f06da7e7ff9bd8303ce26be2584e6cddbedc
This commit is contained in:
Julia Reynolds
2014-05-09 13:36:20 -04:00
parent 6268209628
commit ee27b9de8f
7 changed files with 135 additions and 10 deletions

View File

@@ -465,6 +465,9 @@ public class DevelopmentSettings extends SettingsPreferenceFragment
public void onPause() {
super.onPause();
if (mUnavailable) {
return;
}
mSwitchBar.removeOnSwitchChangeListener(this);
mSwitchBar.hide();
}