# Density

> The C# definition of the density property.

## Definition

* **Type:** Property
* **Namespace:** [Unity.Android.Gradle](/engine/6000.5/script-reference/unity/android/gradle.md)
* **Assembly:** Unity.Android.Gradle

```csharp
public BundleElement Density { get; }
```

### Remarks

For more information about the element, see Android's documentation: [Bundle](https://developer.android.com/guide/app-bundle/configure-base#disable_config_apks)
