I wrote a flow to turn google voice off when I connect to my cars bluetooth, as google voice has a box pop up when I go to make a call that asks if I want to use google voice or not.
I want this box to pop up when I call from outside my car, but when I'm in my car it stops me from using my car from making phone calls. I would really like to just turn this option off when I'm in my car, but I couldn't find a way to change app setting so I tried to just kill the whole app while connected to the car blue tooth and then restart it when I disconnect. However it doesn't seem to be working.
Turning Off Google Voice When Connected to Car Blue Tooth
Moderator: Martin
- blazestudios23
- Posts: 2
- Joined: 27 Nov 2015 21:04
- Location: Sacramento, CA
- Contact:
Re: Turning Off Google Voice When Connected to Car Blue Toot
Hi,
Android often restarts apps when an app is killed regularly. You could try to use action Execute Root Command: am force-stop com.google.android.apps.googlevoice (pick the command from the dropdown to get am app selection). Disabling Google voice with action Execute Root Command: pm disable com.google.android.apps.googlevoice could also work.
You could also try to open the app and then use action Control UI to switch off the settings.
Regards,
Martin
Android often restarts apps when an app is killed regularly. You could try to use action Execute Root Command: am force-stop com.google.android.apps.googlevoice (pick the command from the dropdown to get am app selection). Disabling Google voice with action Execute Root Command: pm disable com.google.android.apps.googlevoice could also work.
You could also try to open the app and then use action Control UI to switch off the settings.
Regards,
Martin