Merge "Adds missing Bluetooth as network type."

This commit is contained in:
Jean-Baptiste Queru
2012-08-08 10:43:20 -07:00
committed by android code review

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>>();