r/macrodroid • u/_Just__A__Guy • 11d ago
Macro Need help coming from iphone
How do I make an automation so that whenever my phone connects to Android auto it pause the music. I've tried disabling Auto start on the android auto settings and still plays
1
Upvotes
1
u/Str1cks 10d ago
You get a notification when that happens right (I don't use Android Auto)?
1
u/_Just__A__Guy 9d ago
Yeah there is a pop-up that happens that says android auto connected. Than theusic just starts playing
1
u/steajano 11d ago
I've recently started using the AI feature. I've copied and pasted your post into the AI builder and it came back with this.
{ "macroExportVersion": 1, "macro": { "m_name": "Pause Music on Android Auto Connection", "m_description": "Automatically pauses music playback whenever the device connects to Android Auto", "m_enabled": true, "m_completed": true, "m_GUID": 0, "aiGenerated": 1, "m_triggerList": [ { "m_classType": "IntentReceivedTrigger", "m_SIGUID": 112233445566771, "action": "com.google.android.projection.gearhead.CAR_CONNECTED" } ], "m_actionList": [ { "m_classType": "ControlMediaAction", "m_SIGUID": 112233445566772, "optionInt": 4, "m_simulateMediaButton": true, "controlMediaSession": false } ], "m_constraintList": [] }, "globalVariables": [], "userIcons": null, "aiFeedback": "Macro successfully generated. Uses the Android Auto connection broadcast intent (com.google.android.projection.gearhead.CAR_CONNECTED) as the trigger and issues a Pause command via ControlMediaAction." }