Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aa17baf2 authored by Demon000's avatar Demon000 Committed by Luca Stefani
Browse files

LineageParts: enable perf profiles

Change-Id: Ib486c201f3ef7b760c08e083ff089e0fd7a7a381
parent 7dac6565
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -44,13 +44,13 @@ import org.lineageos.internal.graphics.drawable.StopMotionVectorDrawable;
import java.util.ArrayList;
import java.util.List;

/*

import lineageos.power.PerformanceManager;
import lineageos.power.PerformanceProfile;
*/

import lineageos.providers.LineageSettings;

/*

import static lineageos.power.PerformanceManager.PROFILE_POWER_SAVE;

public class PerfProfileSettings extends SettingsPreferenceFragment
@@ -297,4 +297,3 @@ public class PerfProfileSettings extends SettingsPreferenceFragment
        }
    };
}
*/