Supress Location button when coming from Location
Change-Id: Ie1f1aed17206530ec7c8a1cde43a4380b7232823
This commit is contained in:
@@ -69,7 +69,7 @@ public class RecentLocationApps {
|
||||
|
||||
@Override
|
||||
public boolean onPreferenceClick(Preference preference) {
|
||||
mStatsHelper.startBatteryDetailPage(mActivity, mSipper);
|
||||
mStatsHelper.startBatteryDetailPage(mActivity, mSipper, false);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user