Can i make this a trigger?

  • Thread starter Deleted member 8206
  • Start date
D

Deleted member 8206

Guest
Using this intent I'm redirected to connection and sharing settings. Can I make it a trigger? How?
Screenshot_2022-10-16-19-32-15-010_de.szalkowski.activitylauncher.jpg
 

Endercraft

Moderator (& bug finder :D)
I think you can use Intent received trigger. I don't know if it will work because you will need to remove the package.
 
Last edited:

Endercraft

Moderator (& bug finder :D)
I have a better idea. you send an intent to MacroDroid, then MacroDroid sends the intent you showed.
 

Endercraft

Moderator (& bug finder :D)
Screenshot_2022-10-16-19-32-15-010_de.szalkowski.activitylauncher.jpg
I'm talking about intents in this app, not MacroDroid.
 
D

Deleted member 8206

Guest
I know
Target: Broadcast
Package: com.android.settings
Class: com.android.settings.network.PrivateDnsSettingsActivity

But not the Action
Could u please tell me using the above screenshot
 

Dimlos

Well-known member
I've made that trigger before, haven't you tried it?
If the logcat trigger works, it works.
 

Attachments

  • Private_DNS_Settings.macro
    1.3 KB · Views: 5

Endercraft

Moderator (& bug finder :D)
If the logcat trigger works, it works.
Maybe Logcat doesn't work. I have a Redmi Note 4, and it does not work on it. Knowing that the device entry of @DuKe in my dictionary is :
Device model : Redmi 9 Power (M2010J19SI) (Is that correct ?)
and in the thread Open Private DNS setting as a trigger there was no mention of the logcat working this is a possibility.
 

Dimlos

Well-known member
I couldn't get the same model, but since it works on Redmi 9T (M2010J19SR), I think there is a good chance it will work on Redmi 9 Power (M2010J19SI).
Maybe @DuKe is not doing the logcat trigger adb hack?
 
D

Deleted member 8206

Guest
Well it would show that adb hack is required if @DuKe didn't do it. So maybe it glitched out ? Or your original post was missed.
@Dimlos and @Endercraft I'm using both of your macros but I am making it also secure using @Jacob L 's idea. That is to connect to DNS server every night. And that's why I'm asking for intent to directly go to DNS settings.
 
D

Deleted member 8206

Guest
Maybe Logcat doesn't work. I have a Redmi Note 4, and it does not work on it. Knowing that the device entry of @DuKe in my dictionary is :
Device model : Redmi 9 Power (M2010J19SI) (Is that correct ?)
and in the thread Open Private DNS setting as a trigger there was no mention of the logcat working this is a possibility.
Correct and cat 🐱 is working
 
Top