Merge "Remove debug metadata isVrOnly from InputMethodInfo" into pi-dev
am: 961e147b66
Change-Id: I0554b89a05a528178329874a8afa1f5cdc10a58b
This commit is contained in:
@@ -261,8 +261,7 @@ public final class InputMethodInfo implements Parcelable {
|
||||
mIsDefaultResId = isDefaultResId;
|
||||
mIsAuxIme = isAuxIme;
|
||||
mSupportsSwitchingToNextInputMethod = supportsSwitchingToNextInputMethod;
|
||||
// TODO(b/68948291): remove this meta-data before release.
|
||||
mIsVrOnly = isVrOnly || service.serviceInfo.metaData.getBoolean("isVrOnly", false);
|
||||
mIsVrOnly = isVrOnly;
|
||||
}
|
||||
|
||||
InputMethodInfo(Parcel source) {
|
||||
|
||||
Reference in New Issue
Block a user