Skip to content
Snippets Groups Projects
Commit 4b0dba4c authored by Jean Chalard's avatar Jean Chalard
Browse files

[ML9.1] Add option for multi-lingual support

Bug: 11230254
Change-Id: I15d42fad155142fa6f556f13e84cad489be00dbd
parent 8f116d7c
No related branches found
No related tags found
No related merge requests found
...@@ -18,8 +18,7 @@ package com.android.inputmethod.latin.settings; ...@@ -18,8 +18,7 @@ package com.android.inputmethod.latin.settings;
import android.content.Context; import android.content.Context;
import android.content.SharedPreferences; import android.content.SharedPreferences;
import android.preference.PreferenceFragment;
import com.android.inputmethodcommon.InputMethodSettingsFragment;
/** /**
* Utility class for managing additional features settings. * Utility class for managing additional features settings.
...@@ -32,7 +31,7 @@ public class AdditionalFeaturesSettingUtils { ...@@ -32,7 +31,7 @@ public class AdditionalFeaturesSettingUtils {
} }
public static void addAdditionalFeaturesPreferences( public static void addAdditionalFeaturesPreferences(
final Context context, final InputMethodSettingsFragment settingsFragment) { final Context context, final PreferenceFragment settingsFragment) {
// do nothing. // do nothing.
} }
......
...@@ -109,6 +109,8 @@ public final class AdvancedSettingsFragment extends SubScreenFragment { ...@@ -109,6 +109,8 @@ public final class AdvancedSettingsFragment extends SubScreenFragment {
removePreference(Settings.PREF_ENABLE_METRICS_LOGGING); removePreference(Settings.PREF_ENABLE_METRICS_LOGGING);
} }
AdditionalFeaturesSettingUtils.addAdditionalFeaturesPreferences(context, this);
setupKeypressVibrationDurationSettings(); setupKeypressVibrationDurationSettings();
setupKeypressSoundVolumeSettings(); setupKeypressSoundVolumeSettings();
refreshEnablingsOfKeypressSoundAndVibrationSettings(); refreshEnablingsOfKeypressSoundAndVibrationSettings();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment