OSDN Git Service

add Gservices setting for data messaging app token url.
authorWei Huang <weih@google.com>
Thu, 25 Jun 2009 01:32:45 +0000 (18:32 -0700)
committerWei Huang <weih@google.com>
Thu, 25 Jun 2009 17:00:15 +0000 (10:00 -0700)
core/java/android/provider/Settings.java

index 483ce97..caa76f7 100644 (file)
@@ -2756,6 +2756,12 @@ 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.
+         */
+        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
          * 'file' - save each session in a (per process) file