T_C
T_C

Reputation: 3168

Turn off / disable suggestions for default keyboard on Samsung S5

How do I turn off or disable suggestions on default keyboard for S5

I tried all the solutions (like "textNoSuggestion" from xml and code, all possible combination) given on link, but non of them is working for S5 default keyboard.

Am I missing something here??

Upvotes: 0

Views: 1049

Answers (1)

Karol Kulbaka
Karol Kulbaka

Reputation: 1274

This works for Samsung A5:

editText.setInput(editText.getInputType()|InputType.TYPE_TEXT_VARIATION_VISIBLE_PASSWORD);

Upvotes: 2

Related Questions