Merge "Make InputMethodDeviceConfigs as package-private"
This commit is contained in:
committed by
Android (Google) Code Review
commit
eab8dcc8a1
@@ -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