newSpellCheckerSession始终返回null

Gab*_*han 8 android spell-checking

我正试图在我的Note平板电脑上加入内置的Android拼写检查服务.我打电话的时候

    final TextServicesManager tsm = (TextServicesManager) getSystemService(
            Context.TEXT_SERVICES_MANAGER_SERVICE);
    spellCheck = tsm.newSpellCheckerSession(null, null, this, true);        
Run Code Online (Sandbox Code Playgroud)

spellCheck始终为null.设备是4.1.2,所以它应该至少具有建议功能这个词.有没有人直接使用这项服务给我一些指示?网络非常稀疏,因为它通常来自键盘.

Gab*_*han 5

我找到答案 - 三星禁用了该型号的功能.因此,我要么必须强制用户安装2个APK并跳过一些箍,或者将这个库作为源包含在我的apk中.