Loading core/java/android/provider/Settings.java +7 −0 Original line number Diff line number Diff line Loading @@ -2990,6 +2990,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. Loading Loading
core/java/android/provider/Settings.java +7 −0 Original line number Diff line number Diff line Loading @@ -2990,6 +2990,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. Loading