Apply FooterPreference to the sub-pages of Special app access

Affected pages:
- Display over other apps
- Modify system settings
- Picture-in-picture
- Install unknown apps
- Usage access
- Wi-Fi control

Bug: 179234542
Test: robotests & visual
Change-Id: Icac09d0cf2b92cb5b74a8c5629e211108a78cdb0
This commit is contained in:
Yanting Yang
2021-02-05 23:31:02 +08:00
parent f969007c44
commit 3e9e90aa92
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);