Fix App data usage screen header title changing after device orientation

- Chageed the title "App data usage" to "Mobile data & Wi-Fi"

Change-Id: I0fa00180eedda6be6189f871f9984ac164f9fb67
Fixes: 118770561
Test: visual & robotests
This commit is contained in:
Edgar Wang
2018-12-27 14:03:10 +08:00
parent feb271378c
commit 0fc557bbc9
4 changed files with 3 additions and 5 deletions

View File

@@ -82,7 +82,7 @@ public class UnrestrictedDataAccessPreference extends AppSwitchPreference implem
if (mDataUsageState.isDataSaverBlacklisted) {
// app is blacklisted, launch App Data Usage screen
AppInfoDashboardFragment.startAppInfoFragment(AppDataUsage.class,
R.string.app_data_usage,
R.string.data_usage_app_summary_title,
null /* arguments */,
mParentFragment,
mEntry);