Supress Location button when coming from Location
Change-Id: Ie1f1aed17206530ec7c8a1cde43a4380b7232823
This commit is contained in:
@@ -144,7 +144,7 @@ public class PowerUsageSummary extends PreferenceFragment {
|
||||
}
|
||||
PowerGaugePreference pgp = (PowerGaugePreference) preference;
|
||||
BatterySipper sipper = pgp.getInfo();
|
||||
mStatsHelper.startBatteryDetailPage((PreferenceActivity) getActivity(), sipper);
|
||||
mStatsHelper.startBatteryDetailPage((PreferenceActivity) getActivity(), sipper, true);
|
||||
return super.onPreferenceTreeClick(preferenceScreen, preference);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user