Merge "Hide subtitle for wifi and bluetooth" into oc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
4b50e58a1d
@@ -305,7 +305,9 @@ public class PowerUsageAdvanced extends PowerUsageBase {
|
||||
boolean shouldHideSummary(PowerUsageData powerUsageData) {
|
||||
@UsageType final int usageType = powerUsageData.usageType;
|
||||
|
||||
return usageType == UsageType.CELL;
|
||||
return usageType == UsageType.CELL
|
||||
|| usageType == UsageType.BLUETOOTH
|
||||
|| usageType == UsageType.WIFI;
|
||||
}
|
||||
|
||||
@VisibleForTesting
|
||||
|
Reference in New Issue
Block a user