mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Fix subtype settings activity string
original (abandoned) change: I78463bbb Change-Id: I1ef4df882fb09dd31a77e8f12d30d03460ecaada
This commit is contained in:
parent
84ad529683
commit
435bd31db3
@ -225,7 +225,9 @@ public class Settings extends PreferenceActivity
|
||||
final String action;
|
||||
if (android.os.Build.VERSION.SDK_INT
|
||||
>= /* android.os.Build.VERSION_CODES.HONEYCOMB */ 11) {
|
||||
action = "android.settings.INPUT_METHOD_AND_SUBTYPE_ENABLER";
|
||||
// Refer to android.provider.Settings.ACTION_INPUT_METHOD_SUBTYPE_SETTINGS
|
||||
// TODO: Can this be a constant instead of literal String constant?
|
||||
action = "android.settings.INPUT_METHOD_SUBTYPE_SETTINGS";
|
||||
} else {
|
||||
action = "com.android.inputmethod.latin.INPUT_LANGUAGE_SELECTION";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user