Merge "Ignore onPreferenceChange for top level preference" into nyc-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
4b60607038
@@ -560,9 +560,10 @@ public class AppRestrictionsFragment extends SettingsPreferenceFragment implemen
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
private void removeRestrictionsForApp(AppRestrictionsPreference preference) {
|
private void removeRestrictionsForApp(AppRestrictionsPreference preference) {
|
||||||
for (Preference p : preference.mChildren) {
|
for (Preference p : preference.mChildren) {
|
||||||
|
Reference in New Issue
Block a user