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

Commit 6139bf60 authored by Dan Egnor's avatar Dan Egnor
Browse files

Add AGGREGATION_INTERVAL_SECONDS (fixing the build)

parent cf250733
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -2650,6 +2650,11 @@ public final class Settings {
         */
         */
        public static final String CHECKIN_INTERVAL = "checkin_interval";
        public static final String CHECKIN_INTERVAL = "checkin_interval";


        /**
         * The interval (in seconds) between event log aggregation runs.
         */
        public static final String AGGREGATION_INTERVAL_SECONDS = "aggregation_interval_seconds";

        /**
        /**
         * Boolean indicating if the market app should force market only checkins on
         * Boolean indicating if the market app should force market only checkins on
         * install/uninstall. Any non-0 value is considered true.
         * install/uninstall. Any non-0 value is considered true.