Search found 15 matches
- 14 Oct 2019 10:59
- Forum: General
- Topic: Launching default internet browser
- Replies: 2
- Views: 13613
Re: Launching default internet browser
browserIntent = callJavaConstructor("android.content.Intent", "Intent(java.lang.String, android.net.Uri)", "android.intent.action.VIEW", callJavaStaticMethod("android.net.Uri", "parse(java.lang.String)", "http://")); resolveInfo = callJavaMethod(callJavaMethod(getContext(), "android.content.Context...
- 12 Oct 2019 12:02
- Forum: General
- Topic: how to access second WhatsApp account on a Samsung
- Replies: 5
- Views: 23166
Re: how to access second WhatsApp account on a Samsung
You might check out Shelter and Island. These apps use the work profile feature in Android to run multiple instances of the same app. It may be this is how Samsung achieves the dual messenging feature.
Adding Automagic to the work profile may enable it to exclusively control the cloned app.
Adding Automagic to the work profile may enable it to exclusively control the cloned app.
- 12 Oct 2019 11:45
- Forum: General
- Topic: One app to rule them all
- Replies: 3
- Views: 19531
Re: One app to rule them all
Good point Desmanto. As mentioned in my Playstore review, I feel indebted to Martin's hard work. I would also like to support Automagic in some way probably financially since that's as useful as I'd be. These apps are growing in popularity and Automagic is far more intuitive than Tasker in my opinio...
- 12 Oct 2019 11:28
- Forum: General
- Topic: Launching default internet browser
- Replies: 2
- Views: 13613
Launching default internet browser
Hello I'm giving a flow a try that would open an html file. However, Automagic's selection for the file recognizes it as a text file. Is there a way to pull the default web browser as a variable? This variable would be passed to the action "Open URL in browser." I have tried: Executing shell command...
- 28 Aug 2019 22:45
- Forum: User Help / Bug Reports
- Topic: Question about timer (inexact)
- Replies: 3
- Views: 12364
Re: Question about timer (inexact)
Sorry for the delayed response these days are busy and short time to give a careful response. Very nice solutions and I did some testing with periodic timer (inexact) and it did go off on somewhat regular intervals for the past two days even when I wasn't using the device. I like your idea though wo...
- 25 Aug 2019 03:22
- Forum: User Help / Bug Reports
- Topic: manipulate multi lines text
- Replies: 7
- Views: 16945
Re: manipulate multi lines text
I think it's a bit easier to use the log function to show how it may appear? This way there's no need to create a dialog box or run a debug conditional on the script. Just put the data and hit execute and view the log. But good point and it's not necessary to include the log. Though it could be good...
- 24 Aug 2019 16:43
- Forum: User Help / Bug Reports
- Topic: Notification error
- Replies: 4
- Views: 9807
Re: Notification error
Yep custom notifications created by automagic through flows. Yes all permission etc are ok. The simplest notifications using keep on clear is the issue. Normally they can be removed by using the id number but occasionally it will not work no matter how many times i try to do so. Try setting a varia...
- 24 Aug 2019 16:23
- Forum: User Help / Bug Reports
- Topic: Battery alert speach
- Replies: 8
- Views: 18915
Re: Battery alert speach
Ahh and to add, it seems the triggers would go off for every instance of the previous one. This could result in random spurts for any percent above 29%, 49%, and 79%. And it would repeat up to three times. You may try the attached flow, it's just a modified version of yours with a power source condi...
- 24 Aug 2019 15:40
- Forum: User Help / Bug Reports
- Topic: Battery alert speach
- Replies: 8
- Views: 18915
Re: Battery alert speach
It seems you have speech on the "Music" channel. <audioStreamType>MUSIC</audioStreamType> This could cause some problems with the actual playing of the sound. The device trigger is not going off, rather there may be a delay with the speech output part of the flow. You may check log for an inconsiste...
- 24 Aug 2019 15:10
- Forum: User Help / Bug Reports
- Topic: Question about timer (inexact)
- Replies: 3
- Views: 12364
Question about timer (inexact)
I've made a small flow that will give me a notification about the air quality in my area. There are 4 options for the inexact timer trigger: 15 minutes, 30 minutes, 60 minutes, 12 hours, 24 hours. I'd like to have the notification roughly every 45 minutes and it is not essential that my phone receiv...