Merge "Change "When in VR mode" to full screen radio button picker"

This commit is contained in:
TreeHugger Robot
2017-03-24 00:47:36 +00:00
committed by Android (Google) Code Review
7 changed files with 292 additions and 122 deletions

View File

@@ -141,8 +141,7 @@ public abstract class RadioButtonPickerFragment extends InstrumentedPreferenceFr
}
for (Map.Entry<String, CandidateInfo> app : mCandidates.entrySet()) {
RadioButtonPreference pref = new RadioButtonPreference(getPrefContext());
bindPreference(
pref, app.getKey(), app.getValue(), defaultKey);
bindPreference(pref, app.getKey(), app.getValue(), defaultKey);
bindPreferenceExtra(pref, app.getKey(), app.getValue(), defaultKey, systemDefaultKey);
screen.addPreference(pref);
}