Make InputMethodDeviceConfigs as package-private
Bug: 240701729 Test: build Change-Id: I4e94467227514c07a499e1522b8b4f4158499ace
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user