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 a2de71e8..d3e958f5 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
@@ -148,7 +148,7 @@
+ android:layout_height="wrap_content" >
-
+ android:layout_width="wrap_content" />
-
+
-
+
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml
index bc5f1e12..2df1639b 100644
--- a/app/src/main/res/values-de/strings.xml
+++ b/app/src/main/res/values-de/strings.xml
@@ -663,4 +663,6 @@
StatusZeichenkette %1$s is nicht erlaubt.Aktivitätserkennung
+ Paketname
+ Acitivity/Action name
\ No newline at end of file
diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml
index 465f1bb4..adbec280 100644
--- a/app/src/main/res/values-es/strings.xml
+++ b/app/src/main/res/values-es/strings.xml
@@ -162,7 +162,6 @@
Elega el paquete de la appElega la actividad de la appError encendiendo otra app
- Abrir pagina con ejemploscon sendBroadcast()con startActivity()String %1$s not esta permitido.
@@ -170,7 +169,6 @@
No pudo encontrar archivos.Hubo un error en importar la configuracion.Importe la configuracion con éxito.
- Mas configuracionesImportar configuracionExportar configuracionMétodo de elegir applicación
@@ -308,4 +306,10 @@
Cambiar ajusted BluetoothMas ajustesAbrir pagina con ejemplos
+ Nombre del la\nactivitdad or la action
+ Nombre del paquete
+ Nombre del parámetro
+ Valor del parámetro
+ Añadir pareja intento
+ Tipo del parámetro
\ No newline at end of file
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index a4be053c..69c0ecd1 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -632,7 +632,7 @@
No file manager installed.Share config and log files with developer (via email).This will start a new email with your config and log files attached as zip file. It will not be sent automatically, you still need to hit \"send\". You can also change the recipient to yourself for example.
- Here you have 2 general options:\n\n1. You can start a program by selecting an activity.\nImagine this like preselecting a specific screen/window of an application. Keep in mind this may not always work. This is because the windows of an app might interact with each other, e.g. pass on parameters. When bluntly starting a specific screen that interaction has not happened and the window might close instantly (therefore it\'s never really shown). Try it nevertheless!\nYou can enter an activity path manually, but it\'s recommended to use the \"Select\" button. If you decide to enter it manually enter the app\'s package name in the upper field and the full path of the activity in the lower one.\n\n2. Selection by action\nIn contrast to selecting a specific window you can also start a program by an action. This is like shouting out \"I\'d would like xyz\" and if there\'s an app installed that can help you with that it will be started. A good example would be start browser - you might even have multiple installed (one is usually the default one).\nYou need to enter this manually, PackageName is optional here. Keep in mind no variables will be resolved. If you want to start the camera for example using \"MediaStore.ACTION_IMAGE_CAPTURE\" will not work. You have to take a look at the Android documentation and use this variable\'s actual value instead which in this example would be \"android.media.action.IMAGE_CAPTURE\".
+ Here you have 2 general options: 1. You can start a program by selecting an activity. Imagine this like preselecting a specific screen/window of an application. Keep in mind this may not always work. This is because the windows of an app might interact with each other, e.g. pass on parameters. When bluntly starting a specific screen that interaction has not happened and the window might close instantly (therefore it\'s never really shown). Try it nevertheless! You can enter an activity path manually, but it\'s recommended to use the \"Select\" button. If you decide to enter it manually enter the app\'s package name in the upper field and the full path of the activity in the lower one. 2. Selection by action In contrast to selecting a specific window you can also start a program by an action. This is like shouting out \"I\'d would like xyz\" and if there\'s an app installed that can help you with that it will be started. A good example would be start browser - you might even have multiple installed (one is usually the default one). You need to enter this manually, PackageName is optional here. Keep in mind no variables will be resolved. If you want to start the camera for example using \"MediaStore.ACTION_IMAGE_CAPTURE\" will not work. You have to take a look at the Android documentation and use this variable\'s actual value instead which in this example would be \"android.media.action.IMAGE_CAPTURE\".There was an error running a rule.Cannot find sound file %1$s and therefore not play it.Add parameters
@@ -663,5 +663,7 @@
by startActivity()by sendBroadcast()Open webpage with examples
-
+ Package name
+ Activity/action name
+
\ No newline at end of file