Remove leftover Performance Profiles support
Change-Id: Ib830ccbf3910b115b5979936a3b75c167bd57779
This commit is contained in:
committed by
Michael Bestas
parent
1a53318ab3
commit
6326bdad01
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user