forked from jens/Automation
12 lines
1.0 KiB
Plaintext
12 lines
1.0 KiB
Plaintext
* Fixed: Overlay permission for start other program action only required if startByActivity() is selected
|
|
* Fixed: Broadcast receiver trigger would not trigger anything, but crash
|
|
* Fixed: Bug in Android 14 (not in Automation!!!) required a change when dialing MMI codes containing a # character.
|
|
* Fixed: Storage permission might be displayed as not granted even if it was
|
|
* Fixed: Applied a very old bugfix also to F-Droid and Google-Play editions that had by mistake been implemented only in the APK edition (timeFrame trigger with repetitions)
|
|
* Fixed: Rare crash while starting service
|
|
* Added: new action -> take screenshot
|
|
* Added: Location service (GPS) can be toggled between states if WRITE_SECURE_SETTINGS has been granted from a computer
|
|
* Added: triggerUrl action can now be used with POST and parameters
|
|
* Added: Result of triggerUrl action is now stored in a variable if you wish to check it
|
|
* Added: New trigger: Calendar events
|
|
* Added: Result of runExecutable action is now stored in a variable if you wish to check it |