Android keyboards are respecting a flag set by the app to prevent Speech to Text and a few other keyboard features from being used in Conversations. The app seems to think our conversations are encrypted hence setting the flag below which blocks Speech to Text and a few other keyboard features.
On commit 60cc5a3 added on merge 601, IME_FLAG_NO_PERSONALIZED_LEARNING was modified.
Could we make this a toggle in app for encrypted conversations that defaults to off, or disable it if adding a toggle takes us too far away from upstream?
Android keyboards are respecting a flag set by the app to prevent Speech to Text and a few other keyboard features from being used in Conversations. The app seems to think our conversations are encrypted hence setting the flag below which blocks Speech to Text and a few other keyboard features.
On commit 60cc5a3 added on merge 601, IME_FLAG_NO_PERSONALIZED_LEARNING was modified.
Could we make this a toggle in app for encrypted conversations that defaults to off, or disable it if adding a toggle takes us too far away from upstream?