Keep Alive / Auto Start
FreshConfigure team app keep-alive and auto-start settings. Supported on Android 14+.
Set Team App Keep Alive
URL: https://openapi.geelark.com/open/v1/app/team/keepAliveMethod: POST
| Parameter | Required | Type | Description |
|---|---|---|---|
| appId | Yes | string | App ID |
| enable | Yes | boolean | Enable keep-alive |
When enabled, the app will restart automatically if it crashes or is killed.
Set Team App Auto Start
URL: https://openapi.geelark.com/open/v1/app/team/autoStartMethod: POST
| Parameter | Required | Type | Description |
|---|---|---|---|
| appId | Yes | string | App ID |
| enable | Yes | boolean | Enable auto-start |
When enabled, the app will start automatically when the cloud phone boots up.