aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mkbestas@lineageos.org>2019-12-15 21:08:14 +0200
committerƁukasz Patron <priv.luk@gmail.com>2019-12-16 15:10:11 +0100
commitf355fdbfe8509a93119f3fcd8ca973d2855ec732 (patch)
tree13b7758a97fc596e0540ce9f789bfd49b2f8fbc6
parentd0702b12883d437feabe8f8696d8109c0107ac3b (diff)
downloadandroid_lineage-sdk-lineage-17.0.tar.gz
android_lineage-sdk-lineage-17.0.tar.bz2
android_lineage-sdk-lineage-17.0.zip
sdk: Remove berry style leftoverslineage-17.0
Change-Id: I59cf25452d1de34bc3c357cdc01b6a4f985802ad
-rw-r--r--lineage/res/res/values/config.xml1
-rw-r--r--sdk/src/java/lineageos/app/LineageContextConstants.java19
2 files changed, 0 insertions, 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 @@
<item>org.lineageos.platform.internal.LineageWeatherManagerService</item>
<item>org.lineageos.platform.internal.display.LiveDisplayService</item>
<item>org.lineageos.platform.internal.LineageAudioService</item>
- <item>org.lineageos.platform.internal.StyleInterfaceService</item>
<item>org.lineageos.platform.internal.TrustInterfaceService</item>
<item>org.lineageos.platform.internal.LineageSettingsService</item>
</string-array>
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
@@ -98,17 +98,6 @@ public final class LineageContextConstants {
/**
* 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.
*
* @see android.content.Context#getSystemService
@@ -172,14 +161,6 @@ public final class LineageContextConstants {
/**
* 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
* utilized by the lineage sdk.
*/