我正在尝试在我的 Note 平板电脑上连接到内置的 Android 拼写检查服务。当我打电话
final TextServicesManager tsm = (TextServicesManager) getSystemService(
Context.TEXT_SERVICES_MANAGER_SERVICE);
spellCheck = tsm.newSpellCheckerSession(null, null, this, true);
spellCheck 始终为空。设备是4.1.2,所以至少应该有单词提示能力。有没有人直接使用这个服务给我一些指示?网络对此非常稀少,因为它通常是通过键盘来的。