Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b4bfeeb2 authored by Felipe Leme's avatar Felipe Leme Committed by android-build-merger
Browse files

Merge "Removed deprecated setExtras() method." into oc-dev am: 7c41ddb9

am: 2f8647c4

Change-Id: Ice204340ffe9c2eba6fde4ccb133a9a96510cd25
parents 9fde4fcf 2f8647c4
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -326,17 +326,6 @@ public final class FillResponse implements Parcelable {
            return this;
        }

        /**
         * @deprecated Use {@link #setClientState(Bundle)} instead.
         * @hide
         */
        @Deprecated
        public Builder setExtras(@Nullable Bundle extras) {
            throwIfDestroyed();
            mCLientState = extras;
            return this;
        }

        /**
         * Sets a {@link Bundle state} that will be passed to subsequent APIs that
         * manipulate this response. For example, they are passed to subsequent