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

Commit 968fd190 authored by d34d's avatar d34d
Browse files

Add live lock screen previews [1/2]

Change-Id: I00d8be934b1db20153b2bdc21b0a0fb1fc4d60b3
parent 31e1613e
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -652,6 +652,18 @@ public class ThemesContract {
         */
        public static final String BOOTANIMATION_THUMBNAIL = "bootanimation_thumbnail";

        /**
         * Cached preview of live lock screen
         * <P>Type: String (file path)</P>
         */
        public static final String LIVE_LOCK_SCREEN_PREVIEW = "live_lock_screen_preview";

        /**
         * Cached thumbnail preview of live lock screen
         * <P>Type: String (file path)</P>
         */
        public static final String LIVE_LOCK_SCREEN_THUMBNAIL = "live_lock_screen_thumbnail";

        public static final String[] VALID_KEYS = {
            STATUSBAR_BACKGROUND,
            STATUSBAR_BLUETOOTH_ICON,
@@ -677,6 +689,8 @@ public class ThemesContract {
            STYLE_PREVIEW,
            STYLE_THUMBNAIL,
            BOOTANIMATION_THUMBNAIL,
            LIVE_LOCK_SCREEN_PREVIEW,
            LIVE_LOCK_SCREEN_THUMBNAIL,
        };
    }