Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 95cd4f83 authored by Andy Mast's avatar Andy Mast
Browse files

Themes: Hide LegacyFontParser and THEME_PREV_BOOT_API_LEVEL

Change-Id: Ic43367a80dd6583b91fa6e0548af0866a832ac2a
parent 6e133f19
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5553,6 +5553,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";

+1 −1
Original line number Diff line number Diff line
@@ -745,7 +745,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. -->
+1 −0
Original line number Diff line number Diff line
@@ -46,6 +46,7 @@ import java.util.List;
 *    ...
 *  </family>
 *</familyset>
 * @hide
 */
public class LegacyFontListParser {
    public static class Family {