Recent content by Sserj

  1. S

    V5.37 - Feedback

    It would be good for the Intent action to add a ForegrounService target. I use this to launch music in the background. On the example of the script: am start-service .... - not work am start-foreground-service... - it works
  2. S

    V5.35 - Feedback

    I looked at how the launcher saves shortcuts. It uses Intent.toUri(). Therefore such a representation loses the objects passed as Bundle and non-primitive types.
  3. S

    V5.35 - Feedback

    "Adding support for input parameters when using action blocks from home screen shortcuts." It's strange, but the shortcuts forget the parameters after rebooting or restarting the launcher. I tested it on Huawei P30 Pro (EMUI 12), Menu Play emulator and Android Car Unit (Android 10). There are...
  4. S

    V5.35 - Feedback

    Sorry, I don't speak English well. Maybe a video example will be clearer. ActionBlock shortcut
  5. S

    V5.35 - Feedback

    Launching the action block shortcut does not allow you to set parameters. I have about twenty shortcuts to launch different radio stations and playlists. Each of them runs a separate macro that performs the same block of actions with different parameters. It would be great if all this could be...
  6. S

    Screen Content as Constraint (and Logic Condition)

    You can use a global variable and a separate macro with two triggers On the screen and Not on the screen. It depends on which trigger was triggered to change the variable and use it in other macros.
  7. S

    V5.30 - Feedback

    Please add magic text to the Package and Class fields for the send intent action. This data can be obtained from the shell script without root: pm resolve-activity --components -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -p {lv=package} --user -3 But you can't run the...
Top