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

Commit 4d5b4225 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 22795 into eclair

* changes:
  The Gservices settings for pruning messages/chats.
parents ed48c808 48f886e6
Loading
Loading
Loading
Loading
+22 −4
Original line number Diff line number Diff line
@@ -2967,6 +2967,24 @@ public final class Settings {
        public static final String GTALK_YOUTUBE_VIDEO_URL =
                "gtalk_youtube_video_url";

        /**
         * Chat message lifetime (for pruning old chat messages).
         */
        public static final String GTALK_CHAT_MESSAGE_LIFETIME =
                "gtalk_chat_message_lifetime";

        /**
         * OTR message lifetime (for pruning old otr messages).
         */
        public static final String GTALK_OTR_MESSAGE_LIFETIME =
                "gtalk_otr_message_lifetime";

        /**
         * Chat expiration time, i.e., time since last message in the chat (for pruning old chats).
         */
        public static final String GTALK_CHAT_EXPIRATION_TIME =
                "gtalk_chat_expiration_time";

        /**
         * This is the url for getting the app token for server-to-device push messaging.
         */