Use user's settings for the spell check language instead of the system locale

Bug: 5390462
Change-Id: Ia2a3981cb93f451646debe5ee6b037313825cf9f
This commit is contained in:
satok
2011-09-30 15:14:21 +09:00
parent 5c06f0f0d0
commit 70deff4c10
2 changed files with 5 additions and 2 deletions

View File

@ -238,7 +238,8 @@ public class TextServicesManagerService extends ITextServicesManager.Stub {
}
} else if (scs.hashCode() == hashCode) {
if (DBG) {
Slog.w(TAG, "Return subtype " + scs.hashCode());
Slog.w(TAG, "Return subtype " + scs.hashCode() + ", input= " + locale
+ ", " + scs.getLocale());
}
return scs;
}