* commit 'c98db2a7d1379eacef17029e03f1ff4532f32f0a': Adds missing Bluetooth as network type.
This commit is contained in:
committed by
Android Git Automerger
commit
aa02a15d42
@@ -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