Ignore onPreferenceChange for top level preference

am: bf88b269ca

Change-Id: Ib5208cb8b7d1a0bbaeed4ddbdbf6c15bce8b1b49
This commit is contained in:
Fyodor Kupolov
2016-09-09 23:46:49 +00:00
committed by android-build-merger

View File

@@ -560,8 +560,9 @@ public class AppRestrictionsFragment extends SettingsPreferenceFragment implemen
} }
} }
} }
return true;
} }
return true; return false;
} }
private void removeRestrictionsForApp(AppRestrictionsPreference preference) { private void removeRestrictionsForApp(AppRestrictionsPreference preference) {