diff --git a/services/core/java/com/android/server/inputmethod/InputMethodDeviceConfigs.java b/services/core/java/com/android/server/inputmethod/InputMethodDeviceConfigs.java index 9d5393f38dba1..2160b652317a5 100644 --- a/services/core/java/com/android/server/inputmethod/InputMethodDeviceConfigs.java +++ b/services/core/java/com/android/server/inputmethod/InputMethodDeviceConfigs.java @@ -25,7 +25,7 @@ import android.provider.DeviceConfig; * Class for the device-level configuration related to the input method manager * platform features in {@link DeviceConfig}. */ -public final class InputMethodDeviceConfigs { +final class InputMethodDeviceConfigs { private boolean mHideImeWhenNoEditorFocus; private final DeviceConfig.OnPropertiesChangedListener mDeviceConfigChangedListener;