am 2278e60c: Merge "Adds missing Bluetooth as network type."

* commit '2278e60c39f937b6eee14fbf0094d4be92d7f06b':
  Adds missing Bluetooth as network type.
This commit is contained in:
Jean-Baptiste Queru
2012-08-08 10:53:52 -07:00
committed by Android Git Automerger

View File

@@ -344,6 +344,13 @@ public class DownloadManager {
*/
public static final int NETWORK_WIFI = 1 << 1;
/**
* Bit flag for {@link #setAllowedNetworkTypes} corresponding to
* {@link ConnectivityManager#TYPE_BLUETOOTH}.
* @hide
*/
public static final int NETWORK_BLUETOOTH = 1 << 2;
private Uri mUri;
private Uri mDestinationUri;
private List<Pair<String, String>> mRequestHeaders = new ArrayList<Pair<String, String>>();