Remove data usage v1 code.
- remove all v1 code and the corresponding feature flag switch. Bug: 117420679 Test: make RunSettingsRoboTests Change-Id: Ib062c03c671b0f860698f5e5e153ab46d963175a
This commit is contained in:
@@ -81,7 +81,7 @@ public class UnrestrictedDataAccessPreference extends AppSwitchPreference implem
|
||||
protected void onClick() {
|
||||
if (mDataUsageState.isDataSaverBlacklisted) {
|
||||
// app is blacklisted, launch App Data Usage screen
|
||||
AppInfoDashboardFragment.startAppInfoFragment(AppDataUsage.class,
|
||||
AppInfoDashboardFragment.startAppInfoFragment(AppDataUsageV2.class,
|
||||
R.string.app_data_usage,
|
||||
null /* arguments */,
|
||||
mParentFragment,
|
||||
|
Reference in New Issue
Block a user