-
-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Google assistant appears for second before launching button action #51
Comments
Same thing is happening with me! |
Due to how the button is handled by the system. The app can only "override" the button instead of a full remap. You can try disabling or uninstalling the Google app with root (which I haven't tried) to possibly completely remove the brief dialog showing. |
Thanks for the suggestion
Don't think I'm confident with my tinkering abilities to have my phone rooted though Friday, 17 June 2022, 08:06PM +10:00 from Ivan Iskandar ***@***.*** :
…Due to how the button is handled by the system. The app can only "override" the button instead of a full remap. You can try disabling or uninstalling the Google app with root (which I haven't tried) to possibly completely remove the brief dialog showing.
—
Reply to this email directly, view it on GitHub , or unsubscribe .
You are receiving this because you commented. Message ID: @ github . com>
|
There is a work around for this. I uninstalled both Google Assistant and Google Serach in order to stop the Google Assistant Prompt to pop up. It will require adb commands since those two apps are considered "system apps". I did the following:
adb shell pm uninstall -k --user 0 com.google.android.apps.googleassistant
adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox I have not experienced any uninteded consequences of removing those two apps so far. This was done on an Xperia 1 III. |
Thank you so much for this, had the same issue where assistant would appear even after I disabled it, fixed the problem on my xperia 1 iii @ivaniskandar I think you should add these alongside the other adb requirements |
Thank you so much. uninstalling google searchbox was the key i was missing. this is awesome... i had assistant already unimstalled but it kept popping up till now 😀 xperia 5 iii us version. |
I am having the same issue. The problem is i have remapped to google music search so uninstalling the google app isnt an option |
I set my assistant button for an app launch, but when I press it a dialog (the one which asks to set Google assistant as defaut) shows for a second. Is there a way to disable it?
The text was updated successfully, but these errors were encountered: