Search results

  1. A

    Fingerprint/code prompt action

    +1, @MacroDroidDev this could be a good feature, currently only the macrodroid app itself has the authorization but if I use Quick Settings or shortcut or any other means to run a macro, it bypasses that initial app authentication lock and directly executes the macro. So this adding a Authorize...
  2. A

    Wear OS NFC

    I really wanted this solution as well, If the SDKs are the same for NFC on android and on wear os then would it be possible to have support for NFC on companion app? my phone doesnt have NFC but my galaxy watch supports it and I wanted to trigger automations using with it..
  3. A

    Permission error when running shell script

    The settings are reflected and my mobile data is toggling between the two Sims when I test this through adb shell from my PC. I tried the solution which @FrameXX mentioned earlier, the value doesn't seem to be changing realtime. It isn't reflecting the current active sim, And regarding the...
  4. A

    Permission error when running shell script

    I think you have misunderstood. The settings get global is a shell command that must be executed through the shell script action. I'm not setting global state. That entire string is part of an adb command ....
  5. A

    Permission error when running shell script

    I was trying to run an adb command via the shell script action and i got security error, i tried granting the permission mentioned in the error log but it says macrodroid has not requested the permission, i really want to run some adb commands that I've tested via adb shell externally from my pc...
  6. A

    Action block for Android file Share Intent

    I guess a contentprovider needs to be there to generate a content:// path for the same, then it'll be usable? this will be useful if integrated as an action..
  7. A

    Action block for Android file Share Intent

    I have used Intent and was successful in sharing simple text data but I wasn't able to get image sharing working. I have saved an image to a folder in Downloads/MacroDroid using "save HTTP response to file" option from HTTP request block, now I wanted to trigger a image sharing intent to allow...
  8. A

    Action block for Android file Share Intent

    Would it be possible to add an action block to easily trigger the built in file share screen? which allows us to share images or other files to apps like Instagram, WhatsApp etc
Top