Supress Location button when coming from Location

Change-Id: Ie1f1aed17206530ec7c8a1cde43a4380b7232823
This commit is contained in:
Lifu Tang
2013-08-18 01:23:45 -07:00
parent 55fe056d96
commit bfa96c3b10
4 changed files with 12 additions and 5 deletions

View File

@@ -69,7 +69,7 @@ public class RecentLocationApps {
@Override
public boolean onPreferenceClick(Preference preference) {
mStatsHelper.startBatteryDetailPage(mActivity, mSipper);
mStatsHelper.startBatteryDetailPage(mActivity, mSipper, false);
return true;
}
}