Merge "Apply FooterPreference to the sub-pages of Special app access" into sc-dev

This commit is contained in:
Yanting Yang
2021-02-08 13:25:57 +00:00
committed by Android (Google) Code Review
7 changed files with 12 additions and 12 deletions

View File

@@ -74,7 +74,7 @@ public class UsageAccessDetails extends AppInfoWithHeader implements OnPreferenc
getPreferenceScreen().setTitle(R.string.usage_access);
mSwitchPref.setTitle(R.string.permit_usage_access);
mUsageDesc.setSummary(R.string.usage_access_description);
mUsageDesc.setTitle(R.string.usage_access_description);
mSwitchPref.setOnPreferenceChangeListener(this);