Loading core/java/android/provider/ThemesContract.java +6 −0 Original line number Diff line number Diff line Loading @@ -68,6 +68,12 @@ public class ThemesContract { */ public static final String LOCKSCREEN_URI = "lockscreen_uri"; /** * URI to an image that shows the style (aka skin) with theme applied * <P>Type: TEXT</P> */ public static final String STYLE_URI = "style_uri"; /** * TODO: Figure structure for actual animation instead of static * URI to an image of the boot_anim. Loading Loading
core/java/android/provider/ThemesContract.java +6 −0 Original line number Diff line number Diff line Loading @@ -68,6 +68,12 @@ public class ThemesContract { */ public static final String LOCKSCREEN_URI = "lockscreen_uri"; /** * URI to an image that shows the style (aka skin) with theme applied * <P>Type: TEXT</P> */ public static final String STYLE_URI = "style_uri"; /** * TODO: Figure structure for actual animation instead of static * URI to an image of the boot_anim. Loading