Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eab8dcc8 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Make InputMethodDeviceConfigs as package-private"

parents 883e1b9f 63d676e7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;