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

Commit 63d676e7 authored by Ming-Shin Lu's avatar Ming-Shin Lu
Browse files

Make InputMethodDeviceConfigs as package-private

Bug: 240701729
Test: build
Change-Id: I4e94467227514c07a499e1522b8b4f4158499ace
parent 94d707cc
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;