Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 14805b6c authored by Steve Howard's avatar Steve Howard Committed by Android (Google) Code Review
Browse files

Merge "New secure setting for mobile download size limit." into gingerbread

parents 8bffa72b 9c4e33e0
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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