Merge "Remove @UnsupportedAppUsage from InputBindResult#CREATOR"

This commit is contained in:
Yohei Yukawa
2021-07-28 16:23:20 +00:00
committed by Android (Google) Code Review

View File

@@ -19,7 +19,6 @@ package com.android.internal.view;
import static java.lang.annotation.RetentionPolicy.SOURCE;
import android.annotation.IntDef;
import android.compat.annotation.UnsupportedAppUsage;
import android.content.ComponentName;
import android.content.Intent;
import android.content.ServiceConnection;
@@ -251,7 +250,6 @@ public final class InputBindResult implements Parcelable {
/**
* Used to make this class parcelable.
*/
@UnsupportedAppUsage
public static final Parcelable.Creator<InputBindResult> CREATOR =
new Parcelable.Creator<InputBindResult>() {
@Override