Update text for Users & accounts page.

- add back the summary loader for UserSettings
- remove "configure" preference category
- add summary for Auto sync data and update the title

Change-Id: Ia00397f775f86d0e160a54783a8518847fce8de8
Bug: 36540644
Test: builds
This commit is contained in:
Doris Ling
2017-03-23 11:10:14 -07:00
parent b3f13f9f32
commit 81f22e88f9
5 changed files with 49 additions and 15 deletions

View File

@@ -100,8 +100,8 @@ public class UserAndAccountDashboardFragment extends DashboardFragment {
if (listening) {
UserInfo info = mContext.getSystemService(UserManager.class).getUserInfo(
UserHandle.myUserId());
mSummaryLoader.setSummary(this, mContext.getString(R.string.user_summary,
info.name));
mSummaryLoader.setSummary(this,
mContext.getString(R.string.users_and_accounts_summary, info.name));
}
}
}