Loading core/java/android/provider/Settings.java +9 −2 Original line number Original line Diff line number Diff line Loading @@ -2953,6 +2953,13 @@ public final class Settings { public static final String VENDING_PENDING_DOWNLOAD_RESEND_FREQUENCY_MS = public static final String VENDING_PENDING_DOWNLOAD_RESEND_FREQUENCY_MS = "vending_pd_resend_frequency_ms"; "vending_pd_resend_frequency_ms"; /** * Frequency in milliseconds at which we should cycle through the promoted applications * on the home screen or the categories page. */ public static final String VENDING_PROMO_REFRESH_FREQUENCY_MS = "vending_promo_refresh_freq_ms"; /** /** * URL that points to the legal terms of service to display in Settings. * URL that points to the legal terms of service to display in Settings. * <p> * <p> Loading Loading
core/java/android/provider/Settings.java +9 −2 Original line number Original line Diff line number Diff line Loading @@ -2953,6 +2953,13 @@ public final class Settings { public static final String VENDING_PENDING_DOWNLOAD_RESEND_FREQUENCY_MS = public static final String VENDING_PENDING_DOWNLOAD_RESEND_FREQUENCY_MS = "vending_pd_resend_frequency_ms"; "vending_pd_resend_frequency_ms"; /** * Frequency in milliseconds at which we should cycle through the promoted applications * on the home screen or the categories page. */ public static final String VENDING_PROMO_REFRESH_FREQUENCY_MS = "vending_promo_refresh_freq_ms"; /** /** * URL that points to the legal terms of service to display in Settings. * URL that points to the legal terms of service to display in Settings. * <p> * <p> Loading