Search results

  1. F

    Display a notification with high priority

    I have a setup that displays a notification with high priority configured. But when exporting to other devices this notification is not displayed with high priority. Is there a way for me to export and this configuration remains working?
  2. F

    Time interval trigger fire

    I have a 12 hour interval trigger set up.
  3. F

    HTTP Post application/json

    I'm trying to send an HTTP Post application/json request. I'm testing on https://webhook.site But it is not being sent, I get the return code java.net.SocketTimeoutException: connect timed out. Would I have to do some configuration in the HTTP request for it to work?
  4. F

    Open popup trigger

    It would be possible to add an open popup trigger. So when an app opens a popup I perform an action?
  5. F

    Block access to timers

    It would be interesting to be able to block the activation or pause of the timers. I can block macro editing by category, but timers are still free to edit.
  6. F

    Read the content of an ovelay.

    I don't know if it's possible, but a function that can read the content of an ovelay as in the image belowwould be very useful. The function "read screen content" do not read this content.
  7. F

    Read Screen Contents Doesn't Work on Certain Apps

    When the application is running in the foreground, the macrodroid reads the screen contents normally. But when the uber app is in the background, I get a notification, which appears to be a pop-up, but the macrodroid does not identify the text on this screen, and cannot read this text even when...
  8. F

    Json Parse Boolean?

    Hello, I have the following Json code: { "Betim":{ "Alto das Flores":true, "Alvorada":true, "Amarante":true, "Amazonas":true, "Angola":true } } When I process the json code for a dictionary, the variables are created as a string. Is there any way to create...
  9. F

    Read screen contents in popup

    I need to read the contents of a pop up on the screen, is it possible by macrodroid? In my tests I couldn't make the app read the content. It reads the content of the screen behind the popup.
Top