* commit '425d13a0aeded1f750addb2c64cd693109661415': Adds missing Bluetooth as network type.
This commit is contained in:
committed by
Android Git Automerger
commit
c98db2a7d1
@@ -344,6 +344,13 @@ public class DownloadManager {
|
|||||||
*/
|
*/
|
||||||
public static final int NETWORK_WIFI = 1 << 1;
|
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 mUri;
|
||||||
private Uri mDestinationUri;
|
private Uri mDestinationUri;
|
||||||
private List<Pair<String, String>> mRequestHeaders = new ArrayList<Pair<String, String>>();
|
private List<Pair<String, String>> mRequestHeaders = new ArrayList<Pair<String, String>>();
|
||||||
|
|||||||
Reference in New Issue
Block a user