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

Commit bc820858 authored by Clark Scheff's avatar Clark Scheff
Browse files

Add column for tracking when a theme was installed

Change-Id: Ie8d13aaaf968c21d765062ae598fdac62caa7b2d
parent 94298863
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -227,6 +227,14 @@ public class ThemesContract {
         * <P>Default: 0</P>
         */
        public static final String LAST_UPDATE_TIME = "updateTime";

        /**
         * install time in millisecs. When the row is inserted this column
         * is populated by the PackageInfo.
         * <P>Type: INTEGER</P>
         * <P>Default: 0</P>
         */
        public static final String INSTALL_TIME = "install_time";
    }

    /**