Reputation: 3974
Is there a way to access the soft keyboard's auto-correct suggestions?
I have dug around in Handling Keyboard Input and in the InputMethodManager api, which has led me to the CorrectionInfo class. I am not sure where to start though with accessing this CorrectionInfo. Any help and tips are appreciated!
(Note: I am looking to directly access the keyboard's suggestions, I do not want to make suggestions of my own, nor do I want the input I receive to be auto-corrected for me)
Upvotes: 4
Views: 991