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

Commit ec6156f9 authored by Jim Miller's avatar Jim Miller Committed by Android (Google) Code Review
Browse files

Merge "Fix the build."

parents 487767cf ef04a9b7
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -1398,4 +1398,12 @@ public final class BridgeContext extends Context {
        // pass
        return null;
    }

    /**
     * @hide
     */
    @Override
    public int getUserId() {
        return 0; // not used
    }
}