Merge changes I573e4fb9,I8e7baadc into oc-dev am: 67e38774ce

am: d85bdebe0e

Change-Id: I865f41eae196aee32edd60169dacbc5dca772439
This commit is contained in:
Lei Yu
2017-05-18 17:12:34 +00:00
committed by android-build-merger
5 changed files with 114 additions and 10 deletions

View File

@@ -377,7 +377,7 @@ public class PowerUsageSummary extends PowerUsageBase implements
item.setTitle(mShowAllApps ? R.string.hide_extra_apps : R.string.show_all_apps);
metricsFeatureProvider.action(context,
MetricsEvent.ACTION_SETTINGS_MENU_BATTERY_APPS_TOGGLE, mShowAllApps);
refreshUi();
restartBatteryStatsLoader();
return true;
default:
return super.onOptionsItemSelected(item);