diff options
| author | 2009-07-22 18:12:56 -0700 | |
|---|---|---|
| committer | 2009-07-22 18:26:38 -0700 | |
| commit | f965d1690e462abcbb55ea7b289fd15c62b2c23b (patch) | |
| tree | 509ba80b3b10f90dfbfd7f5080256f02adf995c0 | |
| parent | de08cdc0a56ab8d48a226dadef02740520c274b7 (diff) | |
Add gservices flag for configuring the URL vending redirects to when TOS is inaccessible due to no/bad network.
| -rw-r--r-- | core/java/android/provider/Settings.java | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index b5440f244626..9a9ddc9f39ae 100644 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -2917,6 +2917,13 @@ public final class Settings { public static final String VENDING_TOS_URL = "vending_tos_url"; /** + * URL to navigate to in browser (not Market) when the terms of service + * for Vending Machine could not be accessed due to bad network + * connection. + */ + public static final String VENDING_TOS_MISSING_URL = "vending_tos_missing_url"; + + /** * Whether to use sierraqa instead of sierra tokens for the purchase flow in * Vending Machine. * |