public final class ApplicationCommands


Commands about applications.

Summary

Public methods

final void

Clears the application data.

final void

Starts the application.

final void

Stops the application.

Public methods

clearAppData

Added in 1.0.0-alpha01
public final void clearAppData()

Clears the application data.

startApp

Added in 1.0.0-alpha01
public final void startApp()

Starts the application. The first activity with category main and action launch is selected.

stopApp

Added in 1.0.0-alpha01
public final void stopApp()

Stops the application.