1

My system is using google keyboard automatically. Is it possible to enable or disable incognito mode from google keyboard? My OS version is 9.0

Ricardo A.
  • 685
  • 2
  • 8
  • 35
Black mamba
  • 462
  • 4
  • 15

1 Answers1

4

you just need to put one flag on your edittext setImeOptions from where you opening keyboard as below

 EditText editText;
 editText.setImeOptions(IME_FLAG_NO_PERSONALIZED_LEARNING);

add this line when you want to enable incognito keyboard.

YuvrajsinhJadeja
  • 1,383
  • 7
  • 23