am 2278e60c: Merge "Adds missing Bluetooth as network type."
* commit '2278e60c39f937b6eee14fbf0094d4be92d7f06b': Adds missing Bluetooth as network type.
This commit is contained in:
committed by
Android Git Automerger
commit
425d13a0ae
@@ -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>>();
|
||||
|
||||
Reference in New Issue
Block a user