Merge "Change encryption preference's summary accordingly" into pi-dev

This commit is contained in:
TreeHugger Robot
2018-03-06 21:31:07 +00:00
committed by Android (Google) Code Review
3 changed files with 5 additions and 3 deletions

View File

@@ -56,7 +56,7 @@ public class EncryptionStatusPreferenceController extends BasePreferenceControll
if (TextUtils.equals(getPreferenceKey(), PREF_KEY_ENCRYPTION_DETAIL_PAGE)) {
preference.setFragment(CryptKeeperSettings.class.getName());
}
preference.setSummary(R.string.summary_placeholder);
preference.setSummary(R.string.decryption_settings_summary);
}
}