I am trying to connect to the built-in Android spell-checker service on my Note tablet. When i call
final TextServicesManager tsm = (TextServicesManager) getSystemService( Context.TEXT_SERVICES_MANAGER_SERVICE); spellCheck = tsm.newSpellCheckerSession(null, null, this, true);
spellCheck is always null. Device 4.1.2, so it should at least be able to offer words. Has anyone used this service to give me some pointers? The network is very scarce about this because it usually comes through the keyboard.
Gabe sechan
source share