Change all the system items unclickable in battery usage list.
Bug: 264643763 Fix: 264643763 Test: manual Change-Id: I5854f9517bfb308142cc5f3c5e5cd8f54a237d59
This commit is contained in:
@@ -272,8 +272,8 @@ public class BatteryDiffEntry {
|
||||
|
||||
@VisibleForTesting
|
||||
void updateRestrictionFlagState() {
|
||||
mValidForRestriction = true;
|
||||
if (!mBatteryHistEntry.isAppEntry()) {
|
||||
mValidForRestriction = false;
|
||||
return;
|
||||
}
|
||||
final boolean isValidPackage =
|
||||
|
Reference in New Issue
Block a user