Interface StartActivityOptions

Hierarchy

Properties

action?: string

The action. (the -a parameter)

category?: string | string[]

The category. For multiple categories, pass an Array. (the -c parameter)

component?: string

The component. (the -n parameter)

data?: string

The data URI, if any. (the -d parameter)

debug?: boolean

Set to true to enable debugging.

extras?: ExtraObject | Extra[]

Any extra data. (the --e parameter)

flags?: number | number[]

Numeric flags. (the -f parameter)

mimeType?: string

The mime type, if any. (the -rt parameter)

user?: number

The user to run as. Not set by default. If the option is unsupported by the device, an attempt will be made to run the same command again without the user option.

wait?: boolean

Set to true to wait for the activity to launch.

Generated using TypeDoc