From f355fdbfe8509a93119f3fcd8ca973d2855ec732 Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Sun, 15 Dec 2019 21:08:14 +0200 Subject: sdk: Remove berry style leftovers Change-Id: I59cf25452d1de34bc3c357cdc01b6a4f985802ad --- lineage/res/res/values/config.xml | 1 - .../java/lineageos/app/LineageContextConstants.java | 19 ------------------- 2 files changed, 20 deletions(-) diff --git a/lineage/res/res/values/config.xml b/lineage/res/res/values/config.xml index 1bead47e..9639de06 100644 --- a/lineage/res/res/values/config.xml +++ b/lineage/res/res/values/config.xml @@ -105,7 +105,6 @@ org.lineageos.platform.internal.LineageWeatherManagerService org.lineageos.platform.internal.display.LiveDisplayService org.lineageos.platform.internal.LineageAudioService - org.lineageos.platform.internal.StyleInterfaceService org.lineageos.platform.internal.TrustInterfaceService org.lineageos.platform.internal.LineageSettingsService diff --git a/sdk/src/java/lineageos/app/LineageContextConstants.java b/sdk/src/java/lineageos/app/LineageContextConstants.java index 960b7b2e..0b435b4d 100644 --- a/sdk/src/java/lineageos/app/LineageContextConstants.java +++ b/sdk/src/java/lineageos/app/LineageContextConstants.java @@ -96,17 +96,6 @@ public final class LineageContextConstants { */ public static final String LINEAGE_AUDIO_SERVICE = "lineageaudio"; - /** - * Use with {@link android.content.Context#getSystemService} to retrieve a - * {@link lineageos.app.StyleInterface} interact with system style. - * - * @see android.content.Context#getSystemService - * @see lineageos.app.StyleInterface - * - * @hide - */ - public static final String LINEAGE_STYLE_INTERFACE = "lineagestyle"; - /** * Use with {@link android.content.Context#getSystemService} to retrieve a * {@link lineageos.trust.TrustInterface} to access the Trust interface. @@ -170,14 +159,6 @@ public final class LineageContextConstants { @SdkConstant(SdkConstant.SdkConstantType.FEATURE) public static final String AUDIO = "org.lineageos.audio"; - /** - * Feature for {@link PackageManager#getSystemAvailableFeatures} and - * {@link PackageManager#hasSystemFeature}: The device includes the lineage style service - * utilized by the lineage sdk. - */ - @SdkConstant(SdkConstant.SdkConstantType.FEATURE) - public static final String STYLES = "org.lineageos.style"; - /** * Feature for {@link PackageManager#getSystemAvailableFeatures} and * {@link PackageManager#hasSystemFeature}: The device includes the lineage trust service -- cgit v1.2.3