From b047cde4ea60b0b374b9445911db5577d0f8c80b Mon Sep 17 00:00:00 2001 From: jens Date: Sun, 21 May 2023 14:21:09 +0200 Subject: [PATCH] Minor corrections --- .../res/layout/activity_manage_action_start_activity.xml | 6 ++++++ app/src/main/res/values/strings.xml | 1 + fastlane/metadata/android/en-US/changelogs/132.txt | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout/activity_manage_action_start_activity.xml b/app/src/main/res/layout/activity_manage_action_start_activity.xml index fbf5fba..b5faf5b 100644 --- a/app/src/main/res/layout/activity_manage_action_start_activity.xml +++ b/app/src/main/res/layout/activity_manage_action_start_activity.xml @@ -304,6 +304,12 @@ android:layout_height="wrap_content" android:text="@string/addIntentValue" /> + + Draw over other apps After clicking OK you\'ll be sent to a system dialog. Please select Automation there and allow "draw over other apps". Variables are only available for parameter types String and URI + If you want to specify a parameter you also have to click \"Add intent pair\". Otherwise your changes will not be saved. \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/132.txt b/fastlane/metadata/android/en-US/changelogs/132.txt index fa26d80..dd04fe4 100644 --- a/fastlane/metadata/android/en-US/changelogs/132.txt +++ b/fastlane/metadata/android/en-US/changelogs/132.txt @@ -2,5 +2,5 @@ * Fixed: Leading zero in seconds-variable was missing for one-digit numbers * Fixed: Closing notification didn't work if Automation's own service notification was hidden * Added: Variables usable in intent parameters -* Added: Polish translation added +* Added: Polish translation * Removed: Removed toasts for computer connection/disconnection \ No newline at end of file