Merge "Add Data warning and limit footer text." into pi-dev

This commit is contained in:
TreeHugger Robot
2018-03-14 05:44:44 +00:00
committed by Android (Google) Code Review
2 changed files with 5 additions and 0 deletions

View File

@@ -91,6 +91,8 @@ public class BillingCycleSettings extends DataUsageBase implements
mEnableDataLimit = (SwitchPreference) findPreference(KEY_SET_DATA_LIMIT);
mEnableDataLimit.setOnPreferenceChangeListener(this);
mDataLimit = findPreference(KEY_DATA_LIMIT);
mFooterPreferenceMixin.createFooterPreference().setTitle(R.string.data_warning_footnote);
}
@Override