Merge "Remove debug metadata isVrOnly from InputMethodInfo" into pi-dev

This commit is contained in:
TreeHugger Robot
2018-03-09 02:53:23 +00:00
committed by Android (Google) Code Review

View File

@@ -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) {