final boolean retval = Settings.Secure.getInt(mContext.getContentResolver(),
Settings.Secure.SPELL_CHECKER_ENABLED, 1) == 1;
改为
final boolean retval = Settings.Secure.getInt(mContext.getContentResolver(),
Settings.Secure.SPELL_CHECKER_ENABLED, 0) == 1;
1459

被折叠的 条评论
为什么被折叠?



