diff --git a/lineage/lib/main/java/org/lineageos/platform/internal/PerformanceManagerService.java b/lineage/lib/main/java/org/lineageos/platform/internal/PerformanceManagerService.java index 5b9402a3..8726f9ed 100644 --- a/lineage/lib/main/java/org/lineageos/platform/internal/PerformanceManagerService.java +++ b/lineage/lib/main/java/org/lineageos/platform/internal/PerformanceManagerService.java @@ -233,10 +233,7 @@ public class PerformanceManagerService extends LineageSystemService { if (phase == PHASE_SYSTEM_SERVICES_READY && !mSystemReady) { synchronized (mLock) { mPm = getLocalService(PowerManagerInternal.class); - /* BRINGUP: requires https://review.lineageos.org/#/c/65793/ mNumProfiles = mPm.getFeature(POWER_FEATURE_SUPPORTED_PROFILES); - */ - mNumProfiles = 0; if (hasProfiles()) { populateProfilesLocked(); @@ -294,9 +291,7 @@ public class PerformanceManagerService extends LineageSystemService { if (!isProfileSame && profile != PROFILE_POWER_SAVE && mActiveProfile == PROFILE_POWER_SAVE) { long token = Binder.clearCallingIdentity(); - /* BRINGUP: requires https://review.lineageos.org/#/c/65793/ mPm.setPowerSaveMode(false); - */ Binder.restoreCallingIdentity(token); }