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

    Like this one in the picture. I found in the play store applications that detect ads, they detect these popups. But I can't do anything besides knowing that they were detected. The second image shows that the app has detected the popup.
  5. F

    Open popup trigger

    This method works only for notification messages, it does not intercept popups opened on the screen.
  6. 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?
  7. F

    V5.30 - Feedback

    I export my macro with the Support StarTSL setting checked, but when I import it on another device, this option is unchecked. And it is essential for sending emails. Also when I export with the option Notify When Done, and Notify Failure unchecked, when I import on another device they are checked.
  8. 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.
  9. 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.
  10. F

    Read Screen Contents Doesn't Work on Certain Apps

    Read screen contents doesn't work, it takes the text from the home screen, or the text of any other application that runs behind the overlay.
  11. F

    Read Screen Contents Doesn't Work on Certain Apps

    Do you know any way to read this content in macrodroid?
  12. 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...
  13. 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...
  14. 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