# AndroidApplicationEntry

> Options for which application entries to include when Unity generates a Gradle project.

## Definition

* **Type:** Enum
* **Namespace:** [UnityEditor](/engine/6000.0/script-reference/unityeditor.md)
* **Assembly:** UnityEditor

```csharp
[Flags]
public enum AndroidApplicationEntry : uint
```

## Fields

| Value                                                                                               | Description                                                             |
| --------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------- |
| [Activity](/engine/6000.0/script-reference/unityeditor/androidapplicationentry/activity.md)         | Include an application entry which derives from the Activity class.     |
| [GameActivity](/engine/6000.0/script-reference/unityeditor/androidapplicationentry/gameactivity.md) | Include an application entry which derives from the GameActivity class. |
