diff options
| author | Steve Howard <showard@google.com> | 2010-08-02 16:49:22 -0700 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2010-08-02 16:49:22 -0700 |
| commit | 14805b6c1ff0fe5324d05ba1dd5053cdf61459b7 (patch) | |
| tree | 95a1de93d6a5e33f489df92c6709957460bc1dd3 /core/java | |
| parent | 8bffa72b9c711fec231108977ad9f2ba72678a82 (diff) | |
| parent | 9c4e33e04a0202f2207d1c738a045effb490b99f (diff) | |
| download | frameworks_base-14805b6c1ff0fe5324d05ba1dd5053cdf61459b7.zip frameworks_base-14805b6c1ff0fe5324d05ba1dd5053cdf61459b7.tar.gz frameworks_base-14805b6c1ff0fe5324d05ba1dd5053cdf61459b7.tar.bz2 | |
Merge "New secure setting for mobile download size limit." into gingerbread
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/android/provider/Settings.java | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index 7bb89f5..ea26207 100644 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -3373,6 +3373,14 @@ public final class Settings { public static final String THROTTLE_MAX_NTP_CACHE_AGE_SEC = "throttle_max_ntp_cache_age_sec"; + /** + * The maximum size, in bytes, of a download that the download manager will transfer over + * a non-wifi connection. + * @hide + */ + public static final String DOWNLOAD_MAX_BYTES_OVER_MOBILE = + "download_manager_max_bytes_over_mobile"; + /** * @hide |
