summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/java/android/provider/Settings.java1
-rw-r--r--core/res/res/values/attrs_manifest.xml2
-rw-r--r--graphics/java/android/graphics/LegacyFontListParser.java1
3 files changed, 3 insertions, 1 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java
index 6af72df..8e86fb7 100644
--- a/core/java/android/provider/Settings.java
+++ b/core/java/android/provider/Settings.java
@@ -6530,6 +6530,7 @@ public final class Settings {
* might be 19. ThemeService would then change the value to 21. This is useful
* when an API change breaks a theme. Themeservice can identify old themes and
* unapply them from the system.
+ * @hide
*/
public static final String THEME_PREV_BOOT_API_LEVEL = "theme_prev_boot_api_level";
diff --git a/core/res/res/values/attrs_manifest.xml b/core/res/res/values/attrs_manifest.xml
index 7892af8..49300b9 100644
--- a/core/res/res/values/attrs_manifest.xml
+++ b/core/res/res/values/attrs_manifest.xml
@@ -790,7 +790,7 @@
<flag name="smallestScreenSize" value="0x0800" />
<!-- The layout direction has changed. For example going from LTR to RTL. -->
<flag name="layoutDirection" value="0x2000" />
- <!-- Theme has changed @hide -->
+ <!-- Theme has changed -->
<flag name="themeChange" value="0x8000" />
<!-- The font scaling factor has changed, that is the user has
selected a new global font size. -->
diff --git a/graphics/java/android/graphics/LegacyFontListParser.java b/graphics/java/android/graphics/LegacyFontListParser.java
index adb37a3..22923cb 100644
--- a/graphics/java/android/graphics/LegacyFontListParser.java
+++ b/graphics/java/android/graphics/LegacyFontListParser.java
@@ -46,6 +46,7 @@ import java.util.List;
* ...
* </family>
*</familyset>
+ * @hide
*/
public class LegacyFontListParser {
public static class Family {