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

Commit 29ae0663 authored by Jim Miller's avatar Jim Miller Committed by Android Git Automerger
Browse files

am ec6156f9: Merge "Fix the build."

* commit 'ec6156f9':
  Fix the build.
parents 9c64d95e ec6156f9
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
    }
}