Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Action allows you to perform built-in Android Console Linux commands.
Approximately the same as the execution of commands in the Annex Terminal Emulator for Android.

Since version 2.2.5 the action has a timeout and it is 10 seconds. If the command is not finished within this time, the action will exit with an error.

Examples of commands:

ls -la /sdcard/Download - get all the files and directories on the path /sdcard/Download
pm list packages - all installed applications.
pm list packages -3 - only third-party applications.

...