Search found 371 matches

by anuraag
28 Feb 2019 08:29
Forum: User Help / Bug Reports
Topic: Image save
Replies: 9
Views: 19285

Re: Image save

When you share an image or file then there is 2 option by Automagic provided. One Send/Share Intent and Store as file.

If you use first one then you have to use send/Share Intent Received as trigger and then query Content Provider action or java script.
by anuraag
28 Feb 2019 03:14
Forum: User Help / Bug Reports
Topic: Image save
Replies: 9
Views: 19285

Re: Image save

There is a share option "Store as file".
by anuraag
15 Jan 2019 23:15
Forum: User Help / Bug Reports
Topic: Known Issues on Android 9
Replies: 44
Views: 230816

Re: Known Issues on Android 9

There is a problem with "Time" trigger? There is no reaction at the set time. Automagic ver. 1.36.0, Huawei Mate 9. Looking for help, thanks. Huawei is known for aggressively killing background apps. Make sure Automagic isn't getting killed. Follow these steps to exclude Automagic https://dontkillm...
by anuraag
12 Jan 2019 14:24
Forum: General
Topic: Can not reply
Replies: 4
Views: 11879

Re: Can not reply

You aren't alone. I too can't see reply button.
by anuraag
12 Jan 2019 03:30
Forum: User Help / Bug Reports
Topic: Known Issues on Android 9
Replies: 44
Views: 230816

Re: Known Issues on Android 9

Interruptions Mode trigger not working on Android 9.
by anuraag
05 Jan 2019 15:01
Forum: User Help / Bug Reports
Topic: Get the Current Timezone?
Replies: 4
Views: 9784

Re: Get the Current Timezone?

Thanks, anuraag, those are perfect, especially this one: tz=callJavaMethod(callJavaStaticMethod("java.util.TimeZone", "getDefault()"), "java.util.TimeZone", "getDisplayName(boolean, int)", false, getJavaStaticField("java.util.TimeZone", "SHORT")); //IST Alternative posted by Desmanto If you need th...
by anuraag
04 Jan 2019 22:30
Forum: User Help / Bug Reports
Topic: Get the Current Timezone?
Replies: 4
Views: 9784

Re: Get the Current Timezone?

My timezone is IST. tz="{0, dateformat, hh:mm}" //05:30 tz=callJavaMethod(callJavaStaticMethod("java.util.TimeZone", "getDefault()"), "java.util.TimeZone", "getDisplayName()"); //India Standard Time tz=callJavaMethod(callJavaStaticMethod("java.util.TimeZone", "getDefault()"), "java.util.TimeZone", "...
by anuraag
04 Jan 2019 09:39
Forum: User Help / Bug Reports
Topic: send Keycode SHIFT+ARROW
Replies: 14
Views: 24630

Re: send Keycode SHIFT+ARROW

CTRL+C, V, A, X working fine here.
Only problem with SHIFT.
by anuraag
31 Dec 2018 08:11
Forum: User Help / Bug Reports
Topic: send Keycode SHIFT+ARROW
Replies: 14
Views: 24630

send Keycode SHIFT+ARROW

Is it possible to select some texts like in windows by pressing shift+arrow keys?

I have tried control ui. But its only moving directional pad instead of selecting text.
sendKey("DPAD_LEFT", "SHIFT_ON")
by anuraag
31 Dec 2018 01:57
Forum: User Help / Bug Reports
Topic: apps protection from uninstal
Replies: 2
Views: 6372

Re: apps protection from uninstal

Use ui event as trigger.
Event type = window opened
Package name = com.google.android.packageinstaller
Contains text = Package installer

Edit: you would also have to protect play store as app can be uninstalled from there.