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

Commit 56e7c2d6 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 6569

* changes:
  modify Gservices setting for push messaging registration url.
parents 390e9df5 1c5e4034
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2881,10 +2881,10 @@ public final class Settings {
            "gtalk_max_retries_for_auth_expired";

        /**
         * This is the url for getting the app token for server-to-device data messaging.
         * This is the url for getting the app token for server-to-device push messaging.
         */
        public static final String DATA_MESSAGE_GET_APP_TOKEN_URL =
                "data_messaging_get_app_token_url";
        public static final String PUSH_MESSAGING_REGISTRATION_URL =
                "push_messaging_registration_url";
        
        /**
         * Enable use of ssl session caching.