summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorTom Taylor <tomtaylor@google.com>2009-06-22 15:17:59 -0700
committerTom Taylor <tomtaylor@google.com>2009-06-22 15:17:59 -0700
commit2c0a01a6e775ad0d76a2f7169497e73b96ef5ab3 (patch)
treee6b830c3ee0de0fae115a174d7d3d100c0022c04 /core
parent07a5f126df2cf0dbeb7096535ae634ea8eaeb306 (diff)
downloadframeworks_base-2c0a01a6e775ad0d76a2f7169497e73b96ef5ab3.zip
frameworks_base-2c0a01a6e775ad0d76a2f7169497e73b96ef5ab3.tar.gz
frameworks_base-2c0a01a6e775ad0d76a2f7169497e73b96ef5ab3.tar.bz2
Update the gservices gtalk setting for the terms and services url.
Diffstat (limited to 'core')
-rw-r--r--core/java/android/provider/Settings.java7
1 files changed, 1 insertions, 6 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java
index 2aa6640..5dc03eb 100644
--- a/core/java/android/provider/Settings.java
+++ b/core/java/android/provider/Settings.java
@@ -2536,12 +2536,7 @@ public final class Settings {
/**
* URL that points to the privacy terms of the Google Talk service.
*/
- public static final String GTALK_PRIVACY_URL = "gtalk_privacy_url";
-
- /**
- * URL that points to the legal terms of the Google Talk service.
- */
- public static final String GTALK_LEGAL_URL = "gtalk_legal_url";
+ public static final String GTALK_TERMS_OF_SERVICE_URL = "gtalk_terms_of_service_url";
/**
* Hostname of the GTalk server.