Remove leftover Performance Profiles support

Change-Id: Ib830ccbf3910b115b5979936a3b75c167bd57779
This commit is contained in:
Michael Bestas
2021-11-10 23:08:46 +02:00
committed by Michael Bestas
parent 1a53318ab3
commit 6326bdad01
3 changed files with 0 additions and 17 deletions

View File

@@ -56,13 +56,6 @@ public final class LineageContextConstants {
*/
public static final String LINEAGE_HARDWARE_SERVICE = "lineagehardware";
/**
* Control device power profile and characteristics.
*
* @hide
*/
public static final String LINEAGE_PERFORMANCE_SERVICE = "lineageperformance";
/**
* Manages display color adjustments
*
@@ -119,14 +112,6 @@ public final class LineageContextConstants {
@SdkConstant(SdkConstant.SdkConstantType.FEATURE)
public static final String PROFILES = "org.lineageos.profiles";
/**
* Feature for {@link PackageManager#getSystemAvailableFeatures} and
* {@link PackageManager#hasSystemFeature}: The device includes the lineage performance service
* utilized by the lineage sdk.
*/
@SdkConstant(SdkConstant.SdkConstantType.FEATURE)
public static final String PERFORMANCE = "org.lineageos.performance";
/**
* Feature for {@link PackageManager#getSystemAvailableFeatures} and
* {@link PackageManager#hasSystemFeature}: The device includes the LiveDisplay service