Merge "Remove debug metadata isVrOnly from InputMethodInfo" into pi-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
961e147b66
@@ -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