Ignore onPreferenceChange for top level preference am: bf88b269ca

am: 26a0f7037a

Change-Id: I491a5df37f1df3d9cd02dacabb69c57c287d686c
This commit is contained in:
Fyodor Kupolov
2016-09-09 23:49:47 +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) {