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

Commit 2debd56b authored by Tom Taylor's avatar Tom Taylor
Browse files

Add new gtalk values

Add new gservices strings for various picture related urls for GTalk.
parent 851da848
Loading
Loading
Loading
Loading
+33 −2
Original line number Diff line number Diff line
@@ -2892,6 +2892,37 @@ public final class Settings {
        public static final String PUSH_MESSAGING_REGISTRATION_URL =
                "push_messaging_registration_url";

        /**
         * This is gdata url to lookup album and picture info from picasa web.
         */
        public static final String GTALK_PICASA_ALBUM_URL =
            "gtalk_picasa_album_url";

        /**
         * This is the url to lookup picture info from flickr.
         */
        public static final String GTALK_FLICKR_PHOTO_INFO_URL =
            "gtalk_flickr_photo_info_url";

        /**
         * This is the url to lookup an actual picture from flickr.
         */
        public static final String GTALK_FLICKR_PHOTO_URL =
            "gtalk_flickr_photo_url";

        /**
         * This is the gdata url to lookup info on a youtube video.
         */
        public static final String GTALK_YOUTUBE_VIDEO_URL =
            "gtalk_youtube_video_url";


        /**
         * This is the url for getting the app token for server-to-device data messaging.
         */
        public static final String DATA_MESSAGE_GET_APP_TOKEN_URL =
                "data_messaging_get_app_token_url";

        /**
         * Enable use of ssl session caching.
         * 'db' - save each session in a (per process) database