# NetworkUnrestricted

> Indicates that the app requested to use mobile data while there were no Android asset packs waiting for WiFi.

## Definition

* **Type:** Field
* **Namespace:** [UnityEngine.Android](/engine/6000.6/script-reference/unityengine/android.md)
* **Assembly:** UnityEngine.AndroidJNIModule

```csharp
NetworkUnrestricted = -12
```

### Remarks

Additional Resources: [AndroidAssetPacks.RequestToUseMobileDataAsync](/engine/6000.6/script-reference/unityengine/android/androidassetpacks/requesttousemobiledataasync.md), [AndroidAssetPacks.DownloadAssetPackAsync](/engine/6000.6/script-reference/unityengine/android/androidassetpacks/downloadassetpackasync.md), [AndroidAssetPacks.GetAssetPackStateAsync](/engine/6000.6/script-reference/unityengine/android/androidassetpacks/getassetpackstateasync.md).
