You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Next-Generation Assistant (NGA) is nice to have for Google Assistant,
but it requires proprietary code in SystemUI to work properly. However,
newer Pixel devices (Pixel 4 and 5 series) automatically use NGA with no
way to opt out, which breaks the assistant entirely on custom ROMs
without NGA support.
Report the device as a "Pixel 3 XL" to the Google Assistant app during
app process specialization to force the usage of the generic assistant
UI and mitigate the issue. This is far from ideal, but we just need to
make Google Assistant work for now.
Screen-off voice match is not broken with this change because the model
name still matches that of a valid device with the feature.
Signed-off-by: Danny Lin <[email protected]>
Change-Id: I282e7e88cfda50578f016b2ae0bad2e77e9a7238
0 commit comments