You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| type | "android_manifest", required | Specifies the task type, which should be set to "android_manifest" for this task. |
15
-
| name | string | An optional name for the task. If provided, the task state will be saved as a variable. Visit [Task and Action States](../guides/states) page to learn more. |
15
+
| name | string | An optional name for the task. If provided, the task state will be saved as a variable. Visit [Task and Action States](../../states) page to learn more. |
16
16
| label | string | An optional label or description for the task. |
17
-
| when | object | Visit [Conditional Tasks and Actions](../guides/when) page to learn how to execute task conditionally. |
17
+
| when | object | Visit [Conditional Tasks and Actions](../../when) page to learn how to execute task conditionally. |
18
18
| actions | Array\<[Action](#action-properties)\>, required | An array of action items that define the modifications to be made in the file. Each action item contains the following fields: |
19
19
20
20
## Action Properties
@@ -23,8 +23,8 @@ The `android_manifest` task allows you to modify the AndroidManifest.xml file in
| name | string | An optional name for the task. If provided, the task state will be saved as a variable. Visit [Task and Action States](../guides/states) page to learn more. |
27
-
| when | object | Visit [Conditional Tasks and Actions](../guides/when) page to learn how to execute action conditionally. |
26
+
| name | string | An optional name for the task. If provided, the task state will be saved as a variable. Visit [Task and Action States](../../states) page to learn more. |
27
+
| when | object | Visit [Conditional Tasks and Actions](../../when) page to learn how to execute action conditionally. |
0 commit comments