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

Commit 7fe981bf authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fixed IFillCallback to be oneway calls." into qt-dev

parents 5d7a31d6 90134b2a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ import android.service.autofill.FillResponse;
 *
 * @hide
 */
interface IFillCallback {
oneway interface IFillCallback {
    void onCancellable(in ICancellationSignal cancellation);
    void onSuccess(in FillResponse response);
    void onFailure(int requestId, CharSequence message);